Merge pull request #1571 from giuseppe/runtime-fix-runc-msg

runtime: fix message which assumes the runtime is runc
This commit is contained in:
OpenShift Merge Robot 2018-10-01 06:01:37 -07:00 committed by GitHub
commit df978a264d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}