diff --git a/config/config.go b/config/config.go index efbb3da..ed88e08 100644 --- a/config/config.go +++ b/config/config.go @@ -72,5 +72,6 @@ func Create() error { if err != nil { return err } + log.Infof("Your config was saved at: %s", path) return nil }