We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f4c7a commit 9ff702bCopy full SHA for 9ff702b
cmd/containerd-shim-runc-v1/main.go
@@ -28,7 +28,7 @@ import (
28
29
func main() {
30
if err := shim.Run(runc.New); err != nil {
31
- fmt.Fprintf(os.Stderr, "containerd-shim-run-v1: %s\n", err)
+ fmt.Fprintf(os.Stderr, "containerd-shim-runc-v1: %s\n", err)
32
os.Exit(1)
33
}
34
0 commit comments