@@ -73,10 +73,10 @@ |
||
73 | 73 | } |
74 | 74 | |
75 | 75 | $shellCommand = escapeshellarg(OperatingSystem::getPhpBinary()) |
76 | - . ' ' |
|
77 | - . escapeshellarg($this->magentoRootDir . '/bin/magento') |
|
78 | - . ' ' |
|
79 | - . $magentoCoreCommandInput->__toString(); |
|
76 | + . ' ' |
|
77 | + . escapeshellarg($this->magentoRootDir . '/bin/magento') |
|
78 | + . ' ' |
|
79 | + . $magentoCoreCommandInput->__toString(); |
|
80 | 80 | $process = Process::fromShellCommandline( |
81 | 81 | $shellCommand, |
82 | 82 | $this->magentoRootDir, |