Skip to content

Commit

Permalink
Double quote to prevent word split
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Jan 18, 2024
1 parent 7f3999a commit 07cf8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN_DOCKERFILE_DIR="heroku-${STACK_VERSION}"
BUILD_IMAGE_TAG="heroku/heroku:${STACK_VERSION}-build"
BUILD_DOCKERFILE_DIR="${RUN_DOCKERFILE_DIR}-build"

if [ $STACK_VERSION -ge 24 ]; then
if [ "$STACK_VERSION" -ge 24 ]; then
# heroku/heroku:24 images and beyond are multiarch images. Additionally,
# the CNB specific modifications are included (separate *cnb* variants
# do not exist).
Expand Down

0 comments on commit 07cf8d8

Please sign in to comment.