mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
Merge pull request #1571 from giuseppe/runtime-fix-runc-msg
runtime: fix message which assumes the runtime is runc
This commit is contained in:
@@ -395,7 +395,7 @@ func makeRuntime(runtime *Runtime) (err error) {
|
||||
}
|
||||
if !foundRuntime {
|
||||
return errors.Wrapf(ErrInvalidArg,
|
||||
"could not find a working runc binary (configured options: %v)",
|
||||
"could not find a working binary (configured options: %v)",
|
||||
runtime.config.RuntimePath)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user