mirror of
https://github.com/containers/podman.git
synced 2025-05-29 22:46:25 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user