[Nostromo] Add flags for TarGz tasks

This commit is contained in:
Andrés Montañez
2017-01-14 22:27:52 -03:00
parent 22576d082f
commit d7724495a9
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class RsyncTask extends AbstractTask
public function execute()
{
$flags = $this->runtime->getConfigOption('rsync', '-avz');
$flags = $this->runtime->getEnvOption('rsync', '-avz');
$sshConfig = $this->runtime->getSSHConfig();
$user = $this->runtime->getEnvOption('user', $this->runtime->getCurrentUser());
$host = $this->runtime->getWorkingHost();