mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-29 10:38:57 +02:00
[Nostromo] Refactor Composer Update, organize task tests better
This commit is contained in:
@@ -33,10 +33,10 @@ class InstallTask extends AbstractTask
|
||||
public function execute()
|
||||
{
|
||||
$options = $this->getOptions();
|
||||
$command = sprintf('%s install %s', $options['path'], $options['flags']);
|
||||
$cmd = sprintf('%s install %s', $options['path'], $options['flags']);
|
||||
|
||||
/** @var Process $process */
|
||||
$process = $this->runtime->runCommand(trim($command));
|
||||
$process = $this->runtime->runCommand(trim($cmd));
|
||||
|
||||
return $process->isSuccessful();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user