summaryrefslogtreecommitdiff
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:16:16 -0700
commit26072c1a646d39547c3eaca57b7715b81ce5b177 (patch)
tree47af5b9cdba5e2aae4af4337eed23d5ab0ec0743
parent081264f18682d7fa823f75737a919e05ea02fe04 (diff)
downloadgitlab-ce-sh-optimize-wiki-empty-check.tar.gz
-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