Skip to content

Commit 2d02857

Browse files
superbrothersitaysk
authored andcommitted
Improve not to add a line break to the output
1 parent cb31812 commit 2d02857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ kubectl neat -f ./my-pod.json --output yaml`,
7474
if err != nil {
7575
return err
7676
}
77-
cmd.Println(string(out))
77+
cmd.Print(string(out))
7878
return nil
7979
},
8080
}

0 commit comments

Comments
 (0)