We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b51785 + ba57f0a commit a09fd3eCopy full SHA for a09fd3e
pull_request_url.ts
@@ -88,7 +88,7 @@ async function getRemoteDefaultBranch(
88
["remote", "show", remote],
89
options,
90
);
91
- const m = stdout.match(/HEAD branch: (.*)$/);
+ const m = stdout.match(/HEAD branch: (.*)/);
92
if (!m) {
93
return undefined;
94
}
0 commit comments