diff --git a/bin/git-pull-request b/bin/git-pull-request index 5db1186..494bc40 100755 --- a/bin/git-pull-request +++ b/bin/git-pull-request @@ -53,6 +53,5 @@ echo # create pull request body=$(json "$title" "$body" $branch) -echo curl -u "$user" "https://api.github.com/repos/$project/pulls" -d "$body" curl -u "$user" "https://api.github.com/repos/$project/pulls" -d "$body"