Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
  • Loading branch information
testwill authored and glours committed Jul 17, 2024
1 parent d3d378b commit 257cdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/formatter/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (l *logConsumer) Log(container, message string) {
l.write(l.stdout, container, message)
}

// Log formats a log message as received from name/container
// Err formats a log message as received from name/container
func (l *logConsumer) Err(container, message string) {
l.write(l.stderr, container, message)
}
Expand Down

0 comments on commit 257cdde

Please sign in to comment.