Skip to content

Commit

Permalink
More descriptive error message when repo doesn't exist yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan De Deckere committed Jul 1, 2015
1 parent 3e428c2 commit 3bb5e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fork/new-fork-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository="git@git.sumocoders.be:sumocoders/$project"

git ls-remote "$repository" &>-
if [ "$?" -ne 0 ]; then
echo "Please create the repository first!"
echo "Please create a repository named $project on Gitlab first!"
exit 1;
fi

Expand Down

0 comments on commit 3bb5e13

Please sign in to comment.