mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-28 11:17:59 +00: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:
commit
df978a264d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue