From 28fe7003ac797c91c0f831c35dd51e54869e4266 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 1 Oct 2018 11:15:25 +0200 Subject: runtime: fix message which assumes the runtime is runc Signed-off-by: Giuseppe Scrivano --- libpod/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpod/runtime.go b/libpod/runtime.go index fbd4c7529..988c418f3 100644 --- a/libpod/runtime.go +++ b/libpod/runtime.go @@ -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) } -- cgit v1.2.3-54-g00ecf