Skip to content

Commit

Permalink
chore: fix issue in package script
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Dec 20, 2024
1 parent 579da78 commit 3a1fb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi

echo "Evaluating program arguments '$@'"

while getopts "f:e:d:i:a:v" opt
while getopts "f:e:d:i:a:v:" opt
do
case "$opt" in
f)
Expand Down

0 comments on commit 3a1fb5c

Please sign in to comment.