mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 00:48:57 +02:00
Fixes #121
This commit is contained in:
@@ -67,7 +67,7 @@ class ListCommand extends AbstractCommand
|
||||
sort($environments);
|
||||
|
||||
if (count($environments) > 0) {
|
||||
Console::output('<dark_gray>These are your configured environments:</dark_gray>', 1, 1);
|
||||
Console::output('<bold>These are your configured environments:</bold>', 1, 1);
|
||||
foreach ($environments as $environment) {
|
||||
Console::output('* <light_red>' . $environment . '</light_red>', 2, 1);
|
||||
}
|
||||
@@ -75,7 +75,7 @@ class ListCommand extends AbstractCommand
|
||||
$exitCode = 0;
|
||||
|
||||
} else {
|
||||
Console::output('<dark_gray>You don\'t have any environment configured.</dark_gray>', 1, 2);
|
||||
Console::output('<bold>You don\'t have any environment configured.</bold>', 1, 2);
|
||||
}
|
||||
|
||||
return $exitCode;
|
||||
|
||||
Reference in New Issue
Block a user