1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 05:10:17 +02:00

Update Mage/Command/BuiltIn/Deploy.php

This commit is contained in:
Rodrigo Mendez 2013-02-08 14:38:03 -02:00
parent 41be28daba
commit 3ba2a037f6

View File

@ -69,7 +69,7 @@ class Mage_Command_BuiltIn_Deploy
$tasksColor = 'red'; $tasksColor = 'red';
} }
Mage_Console::output('Deployment to <dark_gray>' . $this->getConfig()->getHost() . '</dark_gray> compted: <' . $tasksColor . '>' . $completedTasks . '/' . $tasks . '</' . $tasksColor . '> tasks done.', 1, 3); Mage_Console::output('Deployment to <dark_gray>' . $this->getConfig()->getHost() . '</dark_gray> completed: <' . $tasksColor . '>' . $completedTasks . '/' . $tasks . '</' . $tasksColor . '> tasks done.', 1, 3);
} }
} }
$this->_endTimeHosts = time(); $this->_endTimeHosts = time();