Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev committed May 4, 2024
1 parent 65309d7 commit a506f6b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions scripts/snap-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ while [[ $# -gt 0 ]]; do
key="$1"

case $key in
--version)
VERSION="$2"
shift
;;
--workflow)
shift
workflow="true"
;;
--version)
VERSION="$2"
echo "$VERSION"
;;
esac
shift
done
Expand Down

0 comments on commit a506f6b

Please sign in to comment.