Fix Dangerfile

This commit is contained in:
Stan Hu 2018-07-12 01:16:16 -07:00
parent afec22b34e
commit 209b66fb0d
1 changed files with 1 additions and 1 deletions

View File

@ -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