Skip to content

Commit

Permalink
Merge pull request #19 from anhgelus/master
Browse files Browse the repository at this point in the history
fix: exit status 1 when installing quilt
  • Loading branch information
nothub authored May 15, 2023
2 parents 33631ff + 83aec5b commit e8774d0
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 e8774d0

Please sign in to comment.