Skip to content

Commit

Permalink
Update update-fork.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnelson committed Nov 22, 2014
1 parent bd2eb59 commit 3fb6ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-fork.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3fb6ec2

Please sign in to comment.