Skip to content

Commit

Permalink
fix: fix referenced pull requests missing ending parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jun 8, 2019
1 parent c6cd3a4 commit 3561288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/commit.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{~else}}
{{~header}}
{{~/if}}
hello

{{~!-- commit link --}} {{#if @root.linkReferences~}}
([{{hash}}](
{{~#if @root.repository}}
Expand Down
2 changes: 1 addition & 1 deletion writer-opts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function getWriterOpts(): IWriterOptions {
return `@${username}`;
}

return `[@${username}](${context.host}/${username})`;
return `[@${username}](${context.host}/${username}))`;
}
);
}
Expand Down

0 comments on commit 3561288

Please sign in to comment.