Skip to content

Commit

Permalink
Another whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz committed Nov 22, 2023
1 parent c64863c commit 004b795
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ modrinth {
loaders = ['fabric']

if (changelog_file.exists()) {
trimChangelog(changelog_file.text)
changelog = trimChangelog(changelog_file.text)
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion Forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ modrinth {
loaders = ['forge']

if (changelog_file.exists()) {
trimChangelog(changelog_file.text)
changelog = trimChangelog(changelog_file.text)
}
}

Expand Down
2 changes: 1 addition & 1 deletion NeoForge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ modrinth {
loaders = ['neoforge']

if (changelog_file.exists()) {
trimChangelog(changelog_file.text)
changelog = trimChangelog(changelog_file.text)
}
}

Expand Down

0 comments on commit 004b795

Please sign in to comment.