Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-baez committed Feb 1, 2024
1 parent da08c48 commit b2474a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tronko/build/tronko_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o allexport
export AWS_MAX_ATTEMPTS=3

PARTITION_NUMBER=0
while getopts "i:p:b:" opt; do
while getopts "i:p:" opt; do
case $opt in
i) RUNID="$OPTARG"
;;
Expand Down

0 comments on commit b2474a8

Please sign in to comment.