We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b1721 commit 0eb385cCopy full SHA for 0eb385c
1 file changed
bin/utils/ensure-up-to-date
@@ -34,7 +34,7 @@ if [ -n "$(git status --porcelain)" ]; then
34
git --no-pager diff
35
echo "Perform git status"
36
git status
37
- 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)"
38
exit 1
39
else
40
echo "Git working tree is clean"
0 commit comments