Skip to content

Commit

Permalink
Merge pull request #2272 from jpd236/fix-build
Browse files Browse the repository at this point in the history
Fix the build.
  • Loading branch information
zarvox authored Sep 15, 2024
2 parents e9650de + c9790cc commit 41a3611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN <<'EOF'
set -eux
set -o pipefail
METEOR_RELEASE="$(sed -e 's/.*@//g' .meteor/release)"
curl -sL https://install.meteor.com?release=\$METEOR_RELEASE | sh
curl -sL "https://install.meteor.com?release=$METEOR_RELEASE" | sh
EOF

# Install meteor deps (list is sufficient to do this)
Expand Down

0 comments on commit 41a3611

Please sign in to comment.