Fixed bug in sending pr for github.

This commit is contained in:
Michael Nikitochkin 2012-09-17 22:58:04 +03:00
commit b83316cfe5

View file

@ -89,8 +89,8 @@ pull_request() {
issue="" issue=""
fi fi
echo "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 $issue -b $organization:master -h $organization:$(current_branch) hub pull-request $(echo $issue) -b $organization:master -h $organization:$(current_branch)
} }
# End Functions ############################################################# # End Functions #############################################################