Merge pull request #2296 from dashpole/fix_echo

Fix printed output for prow script
This commit is contained in:
David Ashpole 2019-08-23 10:05:40 -07:00 committed by GitHub
commit 75252bdc91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ FORCE=true build/assets.sh
if [[ ! -z "$(git diff --name-only pages)" ]]; then
echo "Found changes to UI assets:"
git diff --name-only pages
echo "Run: `make assets FORCE=true`"
echo "Run: 'make assets FORCE=true'"
exit 1
fi