summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-03-01 12:00:55 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-06 01:21:09 +0000
commitbd8557da858b9743f99aab42c762197cd291fe04 (patch)
tree9999d70370b9ae724f4e5fa489a8ec99a0beb79c
parentd589c9fc3874def8ec2ed09d66ca33180f053c39 (diff)
downloadpodman-bd8557da858b9743f99aab42c762197cd291fe04.tar.gz
podman-bd8557da858b9743f99aab42c762197cd291fe04.tar.bz2
podman-bd8557da858b9743f99aab42c762197cd291fe04.zip
Fix Conmon error to display Conmon paths
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #430 Approved by: rhatdan
-rw-r--r--libpod/runtime.go2
1 files changed, 1 insertions, 1 deletions
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