diff --git a/contracts/sh/runScriptTests.sh b/contracts/sh/runScriptTests.sh index 46239ef64..1dc1b37fe 100755 --- a/contracts/sh/runScriptTests.sh +++ b/contracts/sh/runScriptTests.sh @@ -39,7 +39,7 @@ export COORDINATOR_MACISK=$(echo "${MACI_KEYPAIR}" | grep -o "macisk.*$") # create a new instance of ClrFund DEPLOYER=$(extract 'deployer') -yarn ts-node cli/newClrfund.ts \ +yarn ts-node cli/newClrFund.ts \ --deployer "${DEPLOYER}" \ --user-registry-type simple \ --recipient-registry-type simple \