Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit a9936ef

Browse files
committed
Fix issue where piping did not work
1 parent c8b714f commit a9936ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/internal/kube/inject.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ var injectCmd = &cobra.Command{
145145

146146
if injectOutputFlag == "" {
147147
// Print the output to stdout
148-
printer.RawOutput(out.String())
148+
printer.Stdout.RawOutput(out.String())
149149
return nil
150150
}
151151

0 commit comments

Comments
 (0)