Skip to content

Commit 6382e94

Browse files
author
João Palet
committed
Fix linter
1 parent 8da1319 commit 6382e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/pkg/print/print.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (p *Printer) Info(message string, args ...any) {
5555
if p.Verbosity != DebugVerbosity && p.Verbosity != InfoVerbosity {
5656
return
5757
}
58-
p.Cmd.PrintErrf(message)
58+
p.Cmd.PrintErrf(message, args...)
5959
}
6060

6161
// Print an Warning level log to the defined Err output (falling back to Stderr if not set).

0 commit comments

Comments
 (0)