Skip to content

Commit 0eb385c

Browse files
grokifyjmini
authored andcommitted
Update path in error message (#403)
1 parent d3b1721 commit 0eb385c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/utils/ensure-up-to-date

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [ -n "$(git status --porcelain)" ]; then
3434
git --no-pager diff
3535
echo "Perform git status"
3636
git status
37-
echo "Please run 'bin/ensure-up-to-date' locally and commit changes (UNCOMMITTED CHANGES ERROR)"
37+
echo "Please run 'bin/utils/ensure-up-to-date' locally and commit changes (UNCOMMITTED CHANGES ERROR)"
3838
exit 1
3939
else
4040
echo "Git working tree is clean"

0 commit comments

Comments
 (0)