diff --git a/curseforge/export.go b/curseforge/export.go index 1ccd7ca..a476f1e 100644 --- a/curseforge/export.go +++ b/curseforge/export.go @@ -197,7 +197,6 @@ var exportCmd = &cobra.Command{ } fmt.Println("Modpack exported to " + fileName) - fmt.Println("Make sure you remove this file before running packwiz refresh, or add it to .packwizignore") }, } diff --git a/modrinth/export.go b/modrinth/export.go index 3ab8813..79a8036 100644 --- a/modrinth/export.go +++ b/modrinth/export.go @@ -227,7 +227,6 @@ var exportCmd = &cobra.Command{ } fmt.Println("Modpack exported to " + fileName) - fmt.Println("Make sure you remove this file before running packwiz refresh, or add it to .packwizignore") }, }