Skip to content

Commit e90e048

Browse files
committed
fix: print
1 parent b5a8259 commit e90e048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

command/watch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func doWatch(ctx *cli.Context) {
134134
fmt.Fprint(msgData, output)
135135
fmt.Fprintln(msgData, "== END NEW OUTPUT ==")
136136
case "short":
137-
fmt.Fprintf(msgData, output)
137+
fmt.Fprint(msgData, output)
138138
}
139139

140140
msgString := msgData.String()

0 commit comments

Comments
 (0)