diff options
author | Lukas Eipert <leipert@gitlab.com> | 2018-09-14 14:01:52 +0000 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2018-09-14 14:01:52 +0000 |
commit | 40f81458451792cca2e4b79c17580a867abfafc6 (patch) | |
tree | d8f760ad4e2dd984403a322a587fa9ec7ff8a451 /danger | |
parent | 182f4be8c1e734b6b972d71a54778ce1f603b24a (diff) | |
download | gitlab-ce-40f81458451792cca2e4b79c17580a867abfafc6.tar.gz |
Fix typo in Danger message
Diffstat (limited to 'danger')
-rw-r--r-- | danger/commit_messages/Dangerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/danger/commit_messages/Dangerfile b/danger/commit_messages/Dangerfile index 0341429d3cc..b2099a8c198 100644 --- a/danger/commit_messages/Dangerfile +++ b/danger/commit_messages/Dangerfile @@ -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: |