Skip to content

Commit fead89c

Browse files
committed
Fix compare link when creating line ref
1 parent 9f9ae6c commit fead89c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/githubHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,7 @@ export class GithubHelper {
17351735
ref = head_sha;
17361736
}
17371737

1738-
let lineRef = `Commented on [${ref}](${repoLink}/compare/${base_sha}..${head_sha}${slug})\n\n`;
1738+
let lineRef = `Commented on [${ref}](${repoLink}/compare/${base_sha}...${head_sha}${slug})\n\n`;
17391739

17401740
if (position.line_range) {
17411741
if (position.line_range.start.type === 'new') {

0 commit comments

Comments
 (0)