summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/Server/Plugins/Ohai.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Server/Plugins/Ohai.py b/src/lib/Server/Plugins/Ohai.py
index 049aadd4f..301d01193 100644
--- a/src/lib/Server/Plugins/Ohai.py
+++ b/src/lib/Server/Plugins/Ohai.py
@@ -24,7 +24,6 @@ probecode = """#!/bin/sh
if type ohai >& /dev/null; then
ohai
else
- echo group:ohai-not-installed
# an empty dict, so "'foo' in metadata.Ohai" tests succeed
echo '{}'
fi