Fix typo in Danger message

This commit is contained in:
Lukas Eipert 2018-09-14 14:01:52 +00:00
parent 182f4be8c1
commit 40f8145845
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ def lint_commits(commits)
Use:
_("Hello %{subject}) % { subject: 'world' }
_("Hello %{subject}") % { subject: 'world' }
This is an example of a bad commit message: