mirror of
https://github.com/adusak/bitbucket-git-helpers.plugin.zsh.git
synced 2026-03-23 09:51:02 +01:00
fix
This commit is contained in:
@@ -16,6 +16,7 @@ def construct_PR_URL
|
|||||||
host = repo_url
|
host = repo_url
|
||||||
else
|
else
|
||||||
host = remote[bbloc..-5].sub(':','/')
|
host = remote[bbloc..-5].sub(':','/')
|
||||||
|
end
|
||||||
return "https://#{host}/pull-requests/new?source=#{git_branch()}&t=1"
|
return "https://#{host}/pull-requests/new?source=#{git_branch()}&t=1"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user