Skip to content

Commit

Permalink
Update path in error message (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify authored and jmini committed Jun 26, 2018
1 parent d3b1721 commit 0eb385c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/utils/ensure-up-to-date
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ -n "$(git status --porcelain)" ]; then
git --no-pager diff
echo "Perform git status"
git status
echo "Please run 'bin/ensure-up-to-date' locally and commit changes (UNCOMMITTED CHANGES ERROR)"
echo "Please run 'bin/utils/ensure-up-to-date' locally and commit changes (UNCOMMITTED CHANGES ERROR)"
exit 1
else
echo "Git working tree is clean"
Expand Down

0 comments on commit 0eb385c

Please # to comment.