Skip to content

Commit 06bf339

Browse files
testwilljhrotko
authored andcommitted
fix: typos
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
1 parent 231ea10 commit 06bf339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/formatter/logs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func (l *logConsumer) Log(container, message string) {
9898
l.write(l.stdout, container, message)
9999
}
100100

101-
// Log formats a log message as received from name/container
101+
// Err formats a log message as received from name/container
102102
func (l *logConsumer) Err(container, message string) {
103103
l.write(l.stderr, container, message)
104104
}

0 commit comments

Comments
 (0)