From d66055bce24249def672826825564ae8511b61fa Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 4 Jun 2014 21:25:26 +0000 Subject: [PATCH] CLI/monitoring/list: fix formatting-related error Small fix, this got broken by language-related changes in a66a1a47. --- modules/monitoring/application/clicommands/ListCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/clicommands/ListCommand.php b/modules/monitoring/application/clicommands/ListCommand.php index 71bf1083f..2548c138e 100644 --- a/modules/monitoring/application/clicommands/ListCommand.php +++ b/modules/monitoring/application/clicommands/ListCommand.php @@ -291,7 +291,7 @@ class ListCommand extends Command $maxCols - 13 ) . "\n"; $out .= sprintf( - " %1s─ %s%s (%s %s)", + " %1s─ %s%s (%s)", $leaf, $screen->underline($row->service_description), $screen->colorize($utils->objectStateFlags('service', $row) . $perf, 'lightblue'),