From 743ad7e4f1ff4bec2b2238193062434fa8dfd623 Mon Sep 17 00:00:00 2001 From: yuetloo Date: Mon, 27 Nov 2023 02:22:56 -0500 Subject: [PATCH] fix typo --- contracts/sh/runScriptTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \