Fix a typo in runc-v1 shim
Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
This commit is contained in:
parent
b8f4c7a9bd
commit
9ff702b9a1
@ -28,7 +28,7 @@ import (
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
if err := shim.Run(runc.New); err != nil {
|
if err := shim.Run(runc.New); err != nil {
|
||||||
fmt.Fprintf(os.Stderr, "containerd-shim-run-v1: %s\n", err)
|
fmt.Fprintf(os.Stderr, "containerd-shim-runc-v1: %s\n", err)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user