diff --git a/ee/cli/plugins/debug.py b/ee/cli/plugins/debug.py index 4fbc1ede..68bc3b77 100644 --- a/ee/cli/plugins/debug.py +++ b/ee/cli/plugins/debug.py @@ -660,8 +660,8 @@ class EEDebugController(CementBaseController): Log.error(self, "MySQL slow log file not found," " so not imported slow logs") else: - Log.error(self, " Anemometer is not installed." + - Log.ENDC + " You can install Anemometer with " + Log.error(self, "Anemometer is not installed." + + Log.ENDC + "\nYou can install Anemometer with " "this command " + Log.BOLD + "\n `ee stack install --utils`" + Log.ENDC)