mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
fix git-pull-request curl body quoting
This commit is contained in:
parent
604b9f3c58
commit
8b3040ed1b
|
|
@ -49,5 +49,5 @@ echo
|
|||
# create pull request
|
||||
|
||||
body=$(json $title $body $branch)
|
||||
curl -u "$user" https://api.github.com/repos/$project/pulls -d $body
|
||||
curl -u "$user" "https://api.github.com/repos/$project/pulls" -d "$body"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue