Skip to content

Commit

Permalink
corrected tick script calls
Browse files Browse the repository at this point in the history
  • Loading branch information
glottologist committed Nov 13, 2023
1 parent dcd751a commit d1a0c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

while getopts b:f: flag
while getopts b:m:f: flag
do
case "${flag}" in
b) batcher_address=${OPTARG};;
Expand Down

0 comments on commit d1a0c5d

Please sign in to comment.