Skip to content

Commit

Permalink
Add quotes around the pre-release package in the pre-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
owenatgov committed Feb 7, 2022
1 parent 4b9b920 commit 03430df
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 03430df

Please sign in to comment.