diff --git a/cmd/config.go b/cmd/config.go index 15ac9bd8a..e7cf618fc 100644 --- a/cmd/config.go +++ b/cmd/config.go @@ -36,7 +36,7 @@ var configCmd = &cobra.Command{ return nil } - log.Debug().Str("template", template).Msg("Writing template config...") + log.Debug().Str("template", template).Msg("Printing template config...") fmt.Printf("%v", template) }