Fix Conmon error to display Conmon paths

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #430
Approved by: rhatdan
This commit is contained in:
Matthew Heon
2018-03-01 12:00:55 -05:00
committed by Atomic Bot
parent d589c9fc38
commit bd8557da85

View File

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