diff --git a/pkg/cmd/init/config.go b/pkg/cmd/init/config.go index 192303a..a76b9ee 100644 --- a/pkg/cmd/init/config.go +++ b/pkg/cmd/init/config.go @@ -71,6 +71,8 @@ func (cmd *InitConfigCmd) init(command *cobra.Command, args []string) error { return fmt.Errorf("failed to write configuration file: %s", err.Error()) } + command.Println(fmt.Sprintf("configuration successfully initialized. Please check %s file", path.Join(dest, config.DefaultConfigFileName))) + return nil }