Skip to content

Commit 8c4fcd0

Browse files
author
ilitteri
committed
Fix Makefile
1 parent e5fd2ac commit 8c4fcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

claim_contracts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deploy-token: ## 🚀 Deploy the token contract
1717
cd script && \
1818
forge script DeployAlignedToken.s.sol \
1919
--sig "run(string)" \
20-
$(CONFIG)
20+
$(CONFIG) \
2121
--private-key $(PRIVATE_KEY) \
2222
--rpc-url $(RPC_URL) \
2323
--broadcast

0 commit comments

Comments
 (0)