changelog_file, not changelog

This commit is contained in:
Adubbz 2019-05-25 13:49:23 +10:00
parent 9f067691c3
commit 2811e8f34e
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ curseforge {
project {
id = '220318'
if (changelog.exists()) {
if (changelog_file.exists()) {
changelog = changelog_file
}