Update path in error message (#403)

This commit is contained in:
John Wang 2018-06-26 00:05:21 -07:00 committed by Jérémie Bresson
parent d3b1721da0
commit 0eb385c0d6

View File

@ -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"