summaryrefslogtreecommitdiffstats
path: root/pkg/commands/pull_request.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/pull_request.go')
-rw-r--r--pkg/commands/pull_request.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/pull_request.go b/pkg/commands/pull_request.go
index 7f0a55334..11905f01d 100644
--- a/pkg/commands/pull_request.go
+++ b/pkg/commands/pull_request.go
@@ -34,7 +34,7 @@ func getServices() []*Service {
},
{
Name: "bitbucket.org",
- PullRequestURL: "https://bitbucket.org/%s/%s/pull-requests/new?t=%s",
+ PullRequestURL: "https://bitbucket.org/%s/%s/pull-requests/new?source=%s&t=1",
},
{
Name: "gitlab.com",