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:
@@ -40,7 +40,7 @@ class CacheClearTask extends AbstractTask
|
||||
$env = $this->getParameter('env', 'dev');
|
||||
|
||||
$command = 'app/console cache:clear --env=' . $env;
|
||||
$result = $this->runCommandLocal($command);
|
||||
$result = $this->runCommand($command);
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user