We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da1319 commit 6382e94Copy full SHA for 6382e94
1 file changed
internal/pkg/print/print.go
@@ -55,7 +55,7 @@ func (p *Printer) Info(message string, args ...any) {
55
if p.Verbosity != DebugVerbosity && p.Verbosity != InfoVerbosity {
56
return
57
}
58
- p.Cmd.PrintErrf(message)
+ p.Cmd.PrintErrf(message, args...)
59
60
61
// Print an Warning level log to the defined Err output (falling back to Stderr if not set).
0 commit comments