Fixes https://pagure.io/pagure/issue/2924 Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr
How does it fix the issue?
The variable git_url_ssh was undefined in the second endpoint, thus missing from the rendered template, thus making it shorter.
git_url_ssh
I'm moved the logic to get the value of this variable into a function to avoid duplicating it :)
:thumbsup:
Thanks for the review!
rebased onto 4ea41a78f874dfa3446b77f9359543035e815bbf
Pull-Request has been merged by pingou
Fixes https://pagure.io/pagure/issue/2924
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr