Fix incorrect comment in git-fork

This commit is contained in:
Luke Childs 2016-07-29 23:55:20 +01:00 committed by GitHub
parent 77036074ef
commit 27e992b260

View file

@ -30,7 +30,7 @@ fi
# validate
[ -z "$project" -o -z "$owner" ] && abort "github repo needs to be specified as an argument"
# create pull request
# create fork
curl -X POST -u "$user" "https://api.github.com/repos/$owner/$project/forks"
[ $? = 0 ] || abort "fork failed"