mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +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)
|
function runLocally($command, $timeout = 60)
|
||||||
{
|
{
|
||||||
$process = new Symfony\Component\Process\Process($command);
|
$process = new Symfony\Component\Process\Process($command);
|
||||||
$process->setTimeout( $timeout );
|
$process->setTimeout($timeout);
|
||||||
$process->run();
|
$process->run();
|
||||||
|
|
||||||
if (!$process->isSuccessful()) {
|
if (!$process->isSuccessful()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user