diff --git a/plugins/github/github.plugin.zsh b/plugins/github/github.plugin.zsh index 7bae3e2c8..47fd04094 100644 --- a/plugins/github/github.plugin.zsh +++ b/plugins/github/github.plugin.zsh @@ -89,8 +89,8 @@ pull_request() { issue="" fi - echo "hub pull-request $issue -b $organization:master -h $organization:$(current_branch)" - hub pull-request $issue -b $organization:master -h $organization:$(current_branch) + echo "hub pull-request $(echo $issue) -b $organization:master -h $organization:$(current_branch)" + hub pull-request $(echo $issue) -b $organization:master -h $organization:$(current_branch) } # End Functions #############################################################