mirror of
https://github.com/packwiz/packwiz.git
synced 2025-11-19 01:24:32 +01:00
Fix some printfs, clean regexes, switch to fuzzy matching for search
This commit is contained in:
@@ -65,7 +65,7 @@ var initCmd = &cobra.Command{
|
||||
|
||||
mcVersions, err := getValidMCVersions()
|
||||
if err != nil {
|
||||
fmt.Printf("Failed to get latest minecraft versions: %s", err)
|
||||
fmt.Printf("Failed to get latest minecraft versions: %s\n", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user