mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-28 10:08:56 +02:00
Make all Symfony2 tasks to gues where they should run (local or remote).
This commit is contained in:
@@ -47,7 +47,7 @@ class AssetsInstallTask extends AbstractTask
|
||||
}
|
||||
|
||||
$command = 'app/console assets:install ' . ($symlink ? '--symlink' : '') . ' ' . ($relative ? '--relative' : '') . ' --env=' . $env . ' ' . $target;
|
||||
$result = $this->runCommandLocal($command);
|
||||
$result = $this->runCommand($command);
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user