Skip to content

Commit

Permalink
Merge pull request #995 from dcantah/fix-stderr-comment
Browse files Browse the repository at this point in the history
Fix stderr comment in containerd-shim serve command
  • Loading branch information
dcantah authored Apr 8, 2021
2 parents d5dd517 + b68de05 commit 2b139f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/containerd-shim-runhcs-v1/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var serveCommand = cli.Command{
// new one. If serve is decided it execs this entry point `shim serve`.
// The handoff logic is that this shim will serve the ttrpc entrypoint
// with only stderr set by the caller. Once the shim has successfully
// served the entrypoint it is required to close stderr to alert the
// served the entrypoint it is required to close stdout to alert the
// caller it has completed to the point of handoff. If it fails it will
// write the error to stderr and the caller will forward the error on as
// part of the `shim start` failure path. Once successfully served the
Expand Down

0 comments on commit 2b139f6

Please sign in to comment.