Skip to content

Commit

Permalink
Fix quote escaping in text.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Sep 18, 2019
1 parent 460985b commit f781322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ leaderList:
leaders: >
\*Club leaders in <#${this.channel}>*
${this.leaders.map(leader => this.text('leaderList.leader', { leader } ))}
leader: '- <@${this.leader.fields['Slack ID']}>\n'
leader: "- <@${this.leader.fields['Slack ID']}>\n"

0 comments on commit f781322

Please sign in to comment.