Skip to content

Commit d272279

Browse files
authored
Merge pull request #256 from poautran/fix-lineref-compare
Fix compare link when creating line ref
2 parents fca03c5 + fead89c commit d272279

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
@@ -1746,7 +1746,7 @@ export class GithubHelper {
17461746
ref = head_sha;
17471747
}
17481748

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

17511751
if (position.line_range) {
17521752
if (position.line_range.start.type === 'new') {

0 commit comments

Comments
 (0)