Skip to content

Commit

Permalink
Fix argument parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Booher committed Feb 5, 2021
1 parent 71c9524 commit 0351b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_scanfold.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
. env/bin/activate

while getopts ":c:gi:j:n:r:s:t:w:y:z:d:" opt; do
while getopts ":c:gi:j:n:r:s:t:w:y:z:d:o:" opt; do
case ${opt} in
c )
COMPETITION=$OPTARG
Expand Down

0 comments on commit 0351b7b

Please sign in to comment.