mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 05:10:17 +02:00
More tweaks on the output.
This commit is contained in:
parent
281ccff483
commit
1693c364e3
@ -39,10 +39,10 @@ class Mage_Task_Deploy
|
||||
$result = $task->run();
|
||||
|
||||
if ($result == true) {
|
||||
Mage_Console::output(' <green>OK</green>', 0);
|
||||
Mage_Console::output('<green>OK</green>', 0);
|
||||
$completedTasks++;
|
||||
} else {
|
||||
Mage_Console::output(' <red>FAIL</red>', 0);
|
||||
Mage_Console::output('<red>FAIL</red>', 0);
|
||||
}
|
||||
}
|
||||
|
||||
@ -84,10 +84,10 @@ class Mage_Task_Deploy
|
||||
$result = $task->run();
|
||||
|
||||
if ($result == true) {
|
||||
Mage_Console::output(' <green>OK</green>', 0);
|
||||
Mage_Console::output('<green>OK</green>', 0);
|
||||
$completedTasks++;
|
||||
} else {
|
||||
Mage_Console::output(' <red>FAIL</red>', 0);
|
||||
Mage_Console::output('<red>FAIL</red>', 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user