mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 00:48:57 +02:00
Rename composer_path into composer_cmd
This commit is contained in:
@@ -23,6 +23,6 @@ class InstallTask extends ComposerAbstractTask
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
return $this->runCommand($this->getComposerPath() . ' install');
|
||||
return $this->runCommand($this->getComposerCmd() . ' install');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user