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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2018-04-30 18:37:36 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-04-30 18:37:39 +0300
commit59113067842ae528ea1d22ef3687fee1730fa01d (patch)
treed5f90c5085427f3f6e43a292ea32708a51b0a39c /Dangerfile
parent91659758bbc621449dbd3fa222c5cffcc5d0e171 (diff)
Fix Dangerfile typo
Diffstat (limited to 'Dangerfile')
-rw-r--r--Dangerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dangerfile b/Dangerfile
index c1ffd180f..b3845f894 100644
--- a/Dangerfile
+++ b/Dangerfile
@@ -1,5 +1,5 @@
unless git.modified_files.include?("CHANGELOG.md")
- warn("This MR is missing a CHANGLOG entry")
+ warn("This MR is missing a CHANGELOG entry")
end
fail("Please provide a MR description") if gitlab.mr_body.empty?