diff --git a/config.go b/config.go index 7118b7c..b2f6210 100644 --- a/config.go +++ b/config.go @@ -23,8 +23,8 @@ func (f *Forge) ConfigSave() error { } // only let forge save the config files (?) - if prep.AppName() == "forge" { - log.Info("Okay, this is forge") + if prep.AppName() == "forge" || prep.AppName() == "guireleaser" { + log.Info("Okay, this is", prep.AppName()) } else { log.Info("This is not forge") return log.Errorf("Only forge can save the config files")