We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a41b479 + 169c774 commit 1175645Copy full SHA for 1175645
apps/desktop/src/lib/forge/bitbucket/bitbucketBranch.ts
@@ -6,6 +6,6 @@ export class BitBucketBranch implements ForgeBranch {
6
if (fork) {
7
name = `${fork}:${name}`;
8
}
9
- this.url = `${baseUrl}/branch/${name}?dest=${baseBranch}`;
+ this.url = `${baseUrl}/branch/${name}?dest=${encodeURIComponent(baseBranch)}`;
10
11
0 commit comments