mirror of
https://github.com/packwiz/packwiz.git
synced 2025-11-19 01:24:32 +01:00
Switch to cobra/viper
This commit is contained in:
@@ -67,8 +67,8 @@ func LoadMod(modFile string) (Mod, error) {
|
||||
}
|
||||
|
||||
// SetMetaName sets the mod metadata file from a given file name (to be put in the mods folder)
|
||||
func (m *Mod) SetMetaName(metaName string, flags Flags) string {
|
||||
m.metaFile = ResolveMod(metaName, flags)
|
||||
func (m *Mod) SetMetaName(metaName string) string {
|
||||
m.metaFile = ResolveMod(metaName)
|
||||
return m.metaFile
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user