Skip to content

Commit

Permalink
fix: replace to backtick for placeholder (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
naokie authored Jul 5, 2021
1 parent 7f8b211 commit 6ad4c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ryu-cho.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class RyuCho {

this.repo.updateRemote(shortHash)

const ref = issueNo ? '(#${issueNo})' : ''
const ref = issueNo ? `(#${issueNo})` : ''
const title = `${removeHash(feed.contentSnippet)} ${ref}`
const body = `resolves #${issueNo}\r\nCherry picked from ${feed.link}`
const branch = shortHash
Expand Down

0 comments on commit 6ad4c4c

Please sign in to comment.