Skip to content

Commit

Permalink
Fix bash arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Aug 9, 2024
1 parent f4d1328 commit dfe4cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate-runtime-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ STACK_VERSION="${1:-"NAN"}"
[[ $STACK_VERSION =~ ^[0-9]+$ ]] || (abort "fatal: invalid STACK_VERSION")

sudo cp tools/bin/* /usr/local/bin
sudo -E convert-to-heroku-stack-image "heroku-${STACK_VERSION}"
sudo -E convert-to-heroku-stack-image "${STACK_VERSION}"

0 comments on commit dfe4cd5

Please sign in to comment.