Skip to content

Commit

Permalink
Fix changelog URL being generated wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Dec 3, 2024
1 parent c82ee8a commit 61d70c3
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 @@ -156,7 +156,7 @@ def getGhVersion() {
}

def getChangelogUrl() {
def versionSlug = version.substring(0, version.indexOf("-MC")).replace(".", "-")
def versionSlug = version.substring(1, version.indexOf("-MC")).replace(".", "-")
return "https://www.wurstclient.net/updates/wurst-${versionSlug}/"
}

Expand Down

0 comments on commit 61d70c3

Please sign in to comment.