mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +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=""
|
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 #############################################################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue