mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 05:10:17 +02:00
Merge pull request #14 from rodmen/patch-1
Update Mage/Command/BuiltIn/Deploy.php
This commit is contained in:
commit
ce3afc94e6
@ -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();
|
||||||
@ -273,4 +273,4 @@ class Mage_Command_BuiltIn_Deploy
|
|||||||
|
|
||||||
return implode(' ', $timeText);
|
return implode(' ', $timeText);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user