mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-25 21:00:18 +02:00
Merge pull request #298 from zomberg/bug_with_parameters_for_console_log
[FIX] Removed second argument for Console::log() method.
This commit is contained in:
commit
462ec1898d
@ -471,7 +471,7 @@ class EncryptTask extends AbstractTask
|
||||
if (isset($this->mageConfig ['keeptemp'])) {
|
||||
return;
|
||||
}
|
||||
Console::log('Deleting tempory files :', 1);
|
||||
Console::log('Deleting tempory files :');
|
||||
$ret1 = Console::executeCommand('rm -Rf ' . $this->ionSource, $out1);
|
||||
$ret2 = Console::executeCommand('rm ' . $this->projectFile, $out2);
|
||||
if ($ret1 && $ret2) {
|
||||
|
Loading…
Reference in New Issue
Block a user