From bd8557da858b9743f99aab42c762197cd291fe04 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 1 Mar 2018 12:00:55 -0500 Subject: Fix Conmon error to display Conmon paths Signed-off-by: Matthew Heon Closes: #430 Approved by: rhatdan --- libpod/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpod/runtime.go b/libpod/runtime.go index 4e1a60ea6..3570290c0 100644 --- a/libpod/runtime.go +++ b/libpod/runtime.go @@ -277,7 +277,7 @@ func makeRuntime(runtime *Runtime) error { if !foundConmon { return errors.Wrapf(ErrInvalidArg, "could not find a working conmon binary (configured options: %v)", - runtime.config.RuntimePath) + runtime.config.ConmonPath) } // Set up containers/storage -- cgit v1.2.3-54-g00ecf