From 55e15db6b254452dda296cf105aae1c1fa92b686 Mon Sep 17 00:00:00 2001 From: Aharoni Date: Wed, 9 Aug 2023 20:15:54 -0400 Subject: [PATCH] Update Makefile - Cyfrin instead of ChanAccelOrg (#34) Updated the name of the repo to install foundry-devops from; name changed from ChainAccelorg to Cyfrin. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08b76c9..7782d26 100644 --- a/Makefile +++ b/Makefile @@ -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/foundry-devops@0.0.11 --no-commit && forge install smartcontractkit/chainlink-brownie-contracts@0.6.1 --no-commit && forge install foundry-rs/forge-std@v1.5.3 --no-commit && forge install openzeppelin/openzeppelin-contracts@v4.8.3 --no-commit +install :; forge install cyfrin/foundry-devops@0.0.11 --no-commit && forge install smartcontractkit/chainlink-brownie-contracts@0.6.1 --no-commit && forge install foundry-rs/forge-std@v1.5.3 --no-commit && forge install openzeppelin/openzeppelin-contracts@v4.8.3 --no-commit # Update Dependencies update:; forge update