mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Fixed bug in sending pr for github.
This commit is contained in:
parent
e0d4e48bda
commit
b83316cfe5
1 changed files with 2 additions and 2 deletions
|
|
@ -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 #############################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue