Add config path info message

This commit is contained in:
2021-03-21 23:13:59 +01:00
parent 3144420a47
commit 2d3255e1e2

View File

@@ -72,5 +72,6 @@ func Create() error {
if err != nil {
return err
}
log.Infof("Your config was saved at: %s", path)
return nil
}