Skip to content

Commit 01f9225

Browse files
authored
Merge pull request #1147 from dscho/fix-url-of-gitster-branches
Fix the URL of the "This branch is now known as <name>" links
2 parents bdc4d8b + 1bb2d2c commit 01f9225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ci-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ export class CIHelper {
317317

318318
// Identify branch in maintainer repo
319319
const maintainerBranch = `refs/remotes/${this.config.repo.maintainerBranch}/`;
320-
const maintainerRepo = `${this.config.repo.maintainerBranch}.${this.config.repo.name}`;
320+
const maintainerRepo = `${this.config.repo.owner}/${this.config.repo.name}`;
321321

322322
let gitsterBranch: string | undefined =
323323
await git(["for-each-ref", `--points-at=${tipCommitInGitGit}`,

0 commit comments

Comments
 (0)