Skip to content

Commit febeef9

Browse files
committed
Adjust deploy-contract script.
1 parent 8cda30c commit febeef9

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)