Skip to content

Commit f86f21c

Browse files
authored
Merge pull request #534 from EspressoSystems/deploy-script
Adjust deploy-contract script
2 parents 8cda30c + febeef9 commit f86f21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-contract

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ while [[ $# -gt 0 ]]; do
2020
;;
2121
-r|--register)
2222
register_cmd="$2"
23-
shift
23+
shift 2
2424
;;
2525
-c|--committee)
2626
committee="$2"

0 commit comments

Comments
 (0)