summaryrefslogtreecommitdiff
path: root/danger
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-07-12 01:16:16 -0700
committerStan Hu <stanhu@gmail.com>2018-07-12 01:19:07 -0700
commit209b66fb0d6e58e02f3be947bd58240aec62dafb (patch)
treeeb850917da3aeacbfb0e0a7dbe359174aa32841c /danger
parentafec22b34eb36f4bdd8ced3f46e909987f5d6dc5 (diff)
downloadgitlab-ce-209b66fb0d6e58e02f3be947bd58240aec62dafb.tar.gz
Fix Dangerfile
Diffstat (limited to 'danger')
-rw-r--r--danger/changelog/Dangerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/danger/changelog/Dangerfile b/danger/changelog/Dangerfile
index 76ebe57cf8d..2424e650d07 100644
--- a/danger/changelog/Dangerfile
+++ b/danger/changelog/Dangerfile
@@ -59,7 +59,7 @@ end
if changelog_needed
if changelog_found
- check_changelog(path)
+ check_changelog(changelog_found)
else
warn format(MISSING_CHANGELOG_MESSAGE, mr_iid: gitlab.mr_json["iid"], labels: presented_no_changelog_labels)
end