Skip to content

Commit

Permalink
git-pull-request revert
Browse files Browse the repository at this point in the history
  • Loading branch information
edsinclair committed Aug 1, 2013
1 parent 3340409 commit 660d8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-pull-request
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ unless system("git show origin/#{branch} 2>&1 > /dev/null")
`git push -u origin #{branch}`
end

exec %Q{open "https://github.com/#{repo}/compare/master...#{branch}?expand=1"}
exec %Q{open "https://github.com/#{repo}/compare/#{branch}?expand=1"}

0 comments on commit 660d8ff

Please sign in to comment.