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:
@@ -62,7 +62,7 @@ var removeCmd = &cobra.Command{
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
fmt.Printf("Mod %s removed successfully!", args[0])
|
||||
fmt.Printf("Mod %s removed successfully!\n", args[0])
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user