Skip to content

Commit

Permalink
chore: fix golangci-lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
talwat committed May 27, 2023
1 parent 7eb5bc3 commit e62c052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jarfiles/forge/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func getSpecificInstaller(version string, installer string) (MinecraftVersion, I

if version == jarfiles.Latest {
log.Debug("using latest minecraft version")

minecraft = getLatestMinecraftVersion(&promos)
} else {
minecraft = parseMinecraftVersion(version)
Expand Down

0 comments on commit e62c052

Please sign in to comment.