Skip to content

Commit

Permalink
Fix typo in function term.Warningf
Browse files Browse the repository at this point in the history
  • Loading branch information
fbbdev committed Jan 19, 2025
1 parent c93a805 commit 308d299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/internal/term/term.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func Warning(input any) {
}

func Warningf(input any, args ...any) {
output(input, pterm.Warning, args)
output(input, pterm.Warning, args...)
}

func Error(input any) {
Expand Down

0 comments on commit 308d299

Please sign in to comment.