mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
Removing more spaces
This commit is contained in:
parent
2e51f64ee3
commit
4195317b59
@ -214,7 +214,7 @@ function run($command)
|
||||
function runLocally($command, $timeout = 60)
|
||||
{
|
||||
$process = new Symfony\Component\Process\Process($command);
|
||||
$process->setTimeout( $timeout );
|
||||
$process->setTimeout($timeout);
|
||||
$process->run();
|
||||
|
||||
if (!$process->isSuccessful()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user