From 0eb385c0d6497c38c09b42158b2d66109b78b15b Mon Sep 17 00:00:00 2001 From: John Wang Date: Tue, 26 Jun 2018 00:05:21 -0700 Subject: [PATCH] Update path in error message (#403) --- bin/utils/ensure-up-to-date | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/utils/ensure-up-to-date b/bin/utils/ensure-up-to-date index f8f84d393ef0..49e684f96cf4 100755 --- a/bin/utils/ensure-up-to-date +++ b/bin/utils/ensure-up-to-date @@ -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"