diff options
author | Stan Hu <stanhu@gmail.com> | 2018-07-12 01:16:16 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-07-12 01:19:07 -0700 |
commit | 209b66fb0d6e58e02f3be947bd58240aec62dafb (patch) | |
tree | eb850917da3aeacbfb0e0a7dbe359174aa32841c | |
parent | afec22b34eb36f4bdd8ced3f46e909987f5d6dc5 (diff) | |
download | gitlab-ce-209b66fb0d6e58e02f3be947bd58240aec62dafb.tar.gz |
Fix Dangerfile
-rw-r--r-- | danger/changelog/Dangerfile | 2 |
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 |