runtime: fix message which assumes the runtime is runc

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2018-10-01 11:15:25 +02:00
parent 05fe1bdbbc
commit 28fe7003ac
No known key found for this signature in database
GPG key ID: E4730F97F60286ED

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