From 3fb6ec2621ebe3fd8b9c23245179d0faa8591011 Mon Sep 17 00:00:00 2001 From: Jeff Nelson Date: Sat, 22 Nov 2014 16:37:06 -0500 Subject: [PATCH] Update update-fork.sh --- update-fork.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-fork.sh b/update-fork.sh index fd86749fe6..0f746d3aa9 100755 --- a/update-fork.sh +++ b/update-fork.sh @@ -10,7 +10,7 @@ cd $DIR # Check to make sure this script is not being run from a non-fork FORK=`git remote -v | grep "origin.*cinchapi/"` if [ ! -z "$FORK" ]; then - echo "There is no need to sync a non-forked repo" + echo "There is no need to sync a non-forked repo!" exit 128 else REMOTE_NAME="upstream"