From 020f70b2cb5fcfc0d1e44f1a76b4b15f845e4f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 7 Sep 2017 15:47:42 +0200 Subject: [PATCH] rsync_ui: nicer error message --- rsync_ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync_ui.sh b/rsync_ui.sh index feb7a77..8cb9f8a 100755 --- a/rsync_ui.sh +++ b/rsync_ui.sh @@ -56,7 +56,7 @@ fi cd $PILLAR_DIR if [ $(git rev-parse --abbrev-ref HEAD) != "production" ]; then - echo "You are NOT on the production branch, refusing to rsync_ui." >&2 + echo "Pillar is NOT on the production branch, refusing to rsync_ui." >&2 exit 1 fi