Skip to content

Commit 9ca687b

Browse files
authored
Merge pull request #2522 from jterry75/runc_typo
Fix a typo in runc-v1 shim
2 parents b8f4c7a + 9ff702b commit 9ca687b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)