Skip to content

Commit

Permalink
Merge pull request #560 from lukechilds/patch-2
Browse files Browse the repository at this point in the history
Fix incorrect comment in git-fork
  • Loading branch information
qw3rtman authored Jul 29, 2016
2 parents 855053d + 27e992b commit c1ac836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-fork
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c1ac836

Please sign in to comment.