mirror of
https://github.com/adusak/bitbucket-git-helpers.plugin.zsh.git
synced 2026-03-20 00:23:48 +01:00
Fix error in url by replacing : with /
This commit is contained in:
@@ -22,7 +22,7 @@ def construct_PR_list_URL
|
||||
puts "Only works for repositories with their origin remote on bitbucket.org"
|
||||
exit 1
|
||||
end
|
||||
return "https://#{remote[bbloc..-5]}/pull-requests/"
|
||||
return "https://#{remote[bbloc..-5].sub(':','/')}/pull-requests/"
|
||||
end
|
||||
|
||||
if ARGV.length > 0
|
||||
|
||||
Reference in New Issue
Block a user