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"