Skip to content

Commit

Permalink
Fix version mismatch error wording
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Jan 17, 2025
1 parent 940cdc3 commit 5debe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ String versionChangelog() {
}
} else {
throw new IllegalArgumentException(
String.format("Mod version '%s' does not match with changelog version '%s'",
String.format("Mod version '%s' does not match changelog version '%s'",
mod_version, lines.get(2).substring(3)))
}
return builder.toString()
Expand Down

0 comments on commit 5debe18

Please # to comment.