Change a debug log message

This commit is contained in:
M. Mert Yildiran 2023-01-31 00:02:41 +03:00
parent 79cc2e70b6
commit 4cb4ba568b
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -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)
}