Skip to content

Commit

Permalink
fix: gitRevision fix in sourceLinkTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnpallav authored and Gerrit0 committed Oct 31, 2023
1 parent 839b192 commit 5f24972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/converter/utils/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class AssumedRepository implements Repository {
};

return this.sourceLinkTemplate.replace(
/\{(path|line)\}/g,
/\{(gitRevision|path|line)\}/g,
(_, key) => replacements[key as never],
);
}
Expand Down

0 comments on commit 5f24972

Please sign in to comment.