Skip to content

Commit

Permalink
fix pull-request issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sinetoami committed Oct 24, 2018
1 parent 78d7d1f commit d313859
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vpsm
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,9 @@ case "$cmd" in
;;

pull-request|pr)
! [ -z "$1" ] && m="$*" || m="$(git log -1 --pretty=%B)"
! [ -z "$1" ] && m="$*" || m="$(git log -1 --pretty=%B)";
msg -n "Create a pull-request "
git push -u $(void_linux_remote) $(current_branch)
wrapcommand hub pull-request -m "$m"
wrapcommand hub pull-request -m "$m" -b void-linux:master
;;

push-commit|pc)
Expand Down

0 comments on commit d313859

Please sign in to comment.