Skip to content

Commit e92bfa0

Browse files
committed
Fix typo in changelog.gradle error message.
1 parent a62ab59 commit e92bfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/changelog.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if (project == rootProject) {
4040
"You should run :changelogPush first! Else you'll be missing out on:\n" +
4141
"${rootProject.spotlessChangelog.parsedChangelog.unreleasedChanges()}\n" +
4242
"If it's okay to miss those and link against the old ${rootProject.spotlessChangelog.versionLast} then " +
43-
"add -ignoreUnreleasedLib=true")
43+
"add -PignoreUnreleasedLib=true")
4444
}
4545
}
4646
}

0 commit comments

Comments
 (0)