Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/danger
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2018-09-14 17:01:52 +0300
committerLukas Eipert <leipert@gitlab.com>2018-09-14 17:01:52 +0300
commit40f81458451792cca2e4b79c17580a867abfafc6 (patch)
treed8f760ad4e2dd984403a322a587fa9ec7ff8a451 /danger
parent182f4be8c1e734b6b972d71a54778ce1f603b24a (diff)
Fix typo in Danger message
Diffstat (limited to 'danger')
-rw-r--r--danger/commit_messages/Dangerfile2
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: