From 75b7cb380b98e1bf2118abd66a6cdc13dd301fc3 Mon Sep 17 00:00:00 2001 From: Adam Melkus Date: Fri, 15 Nov 2019 13:21:25 +0100 Subject: [PATCH] fix --- bin/git-bb-create-pull-request | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/git-bb-create-pull-request b/bin/git-bb-create-pull-request index 01945f6..cfa0d0b 100755 --- a/bin/git-bb-create-pull-request +++ b/bin/git-bb-create-pull-request @@ -16,6 +16,7 @@ def construct_PR_URL host = repo_url else host = remote[bbloc..-5].sub(':','/') + end return "https://#{host}/pull-requests/new?source=#{git_branch()}&t=1" end