Skip to content

Commit

Permalink
Merge pull request #2532 from alphagov/update-pre-release-script
Browse files Browse the repository at this point in the history
Add quotes around the pre-release package in the pre-release script
  • Loading branch information
owenatgov authored Feb 7, 2022
2 parents 4b9b920 + 03430df commit a547713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pre-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ git checkout -
BRANCH_COMMIT_SHA=$(git rev-parse --short $BRANCH_NAME)

echo
echo "✅ Success! To install the pushed branch release, run 'npm install --save alphagov/govuk-frontend#$BRANCH_COMMIT_SHA'"
echo "✅ Success! To install the pushed branch release, run 'npm install --save \"alphagov/govuk-frontend#$BRANCH_COMMIT_SHA\"'"

0 comments on commit a547713

Please sign in to comment.