mirror of
https://github.com/tj/git-extras.git
synced 2026-09-14 17:36:25 -04:00
Fix incorrect comment in git-fork
This commit is contained in:
parent
77036074ef
commit
27e992b260
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue