Skip to content

Commit 9ff702b

Browse files
committed
Fix a typo in runc-v1 shim
Signed-off-by: Justin Terry (VM) <[email protected]>
1 parent b8f4c7a commit 9ff702b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/containerd-shim-runc-v1/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828

2929
func main() {
3030
if err := shim.Run(runc.New); err != nil {
31-
fmt.Fprintf(os.Stderr, "containerd-shim-run-v1: %s\n", err)
31+
fmt.Fprintf(os.Stderr, "containerd-shim-runc-v1: %s\n", err)
3232
os.Exit(1)
3333
}
3434
}

0 commit comments

Comments
 (0)