Skip to content

Commit

Permalink
Merge pull request #2296 from dashpole/fix_echo
Browse files Browse the repository at this point in the history
Fix printed output for prow script
  • Loading branch information
dashpole committed Aug 23, 2019
2 parents d200c9f + 8cef6fa commit 75252bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/prow_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 75252bd

Please sign in to comment.