From 4cb4ba568b8fc454889c04ae7a34e64c1b576bed Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Tue, 31 Jan 2023 00:02:41 +0300 Subject: [PATCH] :zap: Change a debug log message --- cmd/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }