Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / robo / src / Task / Remote / Rsync.php
index 5c334af4c89b529e5fe10b70f82ede1ff68ee5e3..324a8d9a55752759f50f7f5b773b98bee191b15b 100644 (file)
@@ -415,7 +415,7 @@ class Rsync extends BaseTask implements CommandInterface
      */
     public function remoteShell($command)
     {
-        $this->option('rsh', "'$command'");
+        $this->option('rsh', "$command");
 
         return $this;
     }