X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fconsolidation%2Frobo%2Fsrc%2FTask%2FRemote%2FRsync.php;h=324a8d9a55752759f50f7f5b773b98bee191b15b;hp=5c334af4c89b529e5fe10b70f82ede1ff68ee5e3;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/consolidation/robo/src/Task/Remote/Rsync.php b/vendor/consolidation/robo/src/Task/Remote/Rsync.php index 5c334af4c..324a8d9a5 100644 --- a/vendor/consolidation/robo/src/Task/Remote/Rsync.php +++ b/vendor/consolidation/robo/src/Task/Remote/Rsync.php @@ -415,7 +415,7 @@ class Rsync extends BaseTask implements CommandInterface */ public function remoteShell($command) { - $this->option('rsh', "'$command'"); + $this->option('rsh', "$command"); return $this; }