1
0
mirror of https://github.com/packwiz/packwiz.git synced 2025-05-01 10:16:30 +02:00

Remove unnecessary warnings

This commit is contained in:
comp500 2022-02-14 16:02:07 +00:00
parent 36b6d806c8
commit 6bb15f593b
2 changed files with 0 additions and 2 deletions
curseforge
modrinth

@ -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")
},
}

@ -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")
},
}