Skip to content

Commit

Permalink
docs: improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jul 24, 2023
1 parent 744a0ed commit 616912b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-agent
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function install_agent() {

PACKAGES=utils,ckbtc,cmc,ic-management,ledger,nns,sns

# Remove all agents first to avoid resolve conflicts
# Remove agent-js libraries from all packages first to avoid resolve conflicts between those
for package in $(echo $PACKAGES | sed "s/,/ /g"); do
rm_agent "$package"
done
Expand Down

0 comments on commit 616912b

Please sign in to comment.