Fixes
This commit is contained in:
parent
6cff08f073
commit
ea5044bf9b
17 changed files with 6 additions and 19 deletions
|
|
@ -136,8 +136,7 @@ class Executor
|
|||
foreach ($plugins as $plugin => $options) {
|
||||
$this->logger->log("\n" .
|
||||
sprintf('RUNNING PLUGIN: %s', Lang::get($plugin)) . ' (' .
|
||||
'Stage' . ': ' .
|
||||
Lang::get('stage_' . $stage) . ')'
|
||||
'Stage' . ': ' . ucfirst($stage) . ')'
|
||||
);
|
||||
|
||||
$this->setPluginStatus($stage, $plugin, Build::STATUS_RUNNING);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue