-
Notifications
You must be signed in to change notification settings - Fork 933
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: Use io.Writer for Stdout/Stderr in InstanceExecArgs
This changes the Stdout and Stderr fields to be of type io.Writer instead of io.WriteCloser since `Close()` is never called on these fields. Fixes #12197 Signed-off-by: Thomas Hipp <[email protected]>
- Loading branch information
1 parent
e57a070
commit 4b78dc7
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters