From 26072c1a646d39547c3eaca57b7715b81ce5b177 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 12 Jul 2018 01:16:16 -0700 Subject: [PATCH] Fix Dangerfile --- danger/changelog/Dangerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab