#2898 Incorrect pull request link in git-push hook output
Closed: Fixed Opened by cqi.

I push a new commit to remote branch that already has a few commits. Following pull request link is printed, which is incorrect.

remote: 
remote: View pull-request for py3
remote:    https://pagure.io/fork/cqi/rpkg/pull-request/280
remote: 

Expected result is https://pagure.io/rpkg/pull-request/280


Good catch, thanks

Metadata Update from @pingou:
- Issue assigned to pingou

Metadata Update from @pingou:
- Issue tagged with: bug, easyfix

Commit c5d1f559 fixes this issue

Metadata