diff options
Diffstat (limited to 'danger')
-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 |