Skip to content

Commit

Permalink
fix: exit status 1 when installing quilt
Browse files Browse the repository at this point in the history
  • Loading branch information
anhgelus committed May 13, 2023
1 parent 33631ff commit 83aec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/quilt.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"path"
)

const quiltInstallerUrl = "https://maven.quiltmc.org/repository/release/org/quiltmc/quilt-installer/latest/quilt-installer-latest.jar"
const quiltInstallerUrl = "https://maven.quiltmc.org/repository/release/org/quiltmc/quilt-installer/0.5.0/quilt-installer-0.5.0.jar"

type Quilt struct {
MinecraftVersion string
Expand Down

0 comments on commit 83aec5b

Please sign in to comment.