Skip to content

Commit

Permalink
Update Makefile - Cyfrin instead of ChanAccelOrg (#34)
Browse files Browse the repository at this point in the history
Updated the name of the repo to install foundry-devops from; name changed from ChainAccelorg to Cyfrin.
  • Loading branch information
ChefAharoni authored Aug 10, 2023
1 parent e37b7a7 commit 55e15db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clean :; forge clean
# Remove modules
remove :; rm -rf .gitmodules && rm -rf .git/modules/* && rm -rf lib && touch .gitmodules && git add . && git commit -m "modules"

install :; forge install chainaccelorg/[email protected] --no-commit && forge install smartcontractkit/[email protected] --no-commit && forge install foundry-rs/[email protected] --no-commit && forge install openzeppelin/[email protected] --no-commit
install :; forge install cyfrin/[email protected] --no-commit && forge install smartcontractkit/[email protected] --no-commit && forge install foundry-rs/[email protected] --no-commit && forge install openzeppelin/[email protected] --no-commit

# Update Dependencies
update:; forge update
Expand Down

0 comments on commit 55e15db

Please sign in to comment.