small fixes @ rsync and targz tasks

This commit is contained in:
Alex V Kotelnikov
2014-10-30 12:31:05 +04:00
parent a66478b3ab
commit 95f09dc3c9
2 changed files with 2 additions and 2 deletions
@@ -52,7 +52,7 @@ class RsyncTask extends BaseStrategyTaskAbstract implements IsReleaseAware
$this->checkOverrideRelease();
$excludes = $this->getExcludes();
$excludesListFilePath = $this->getExcludesListFile();
$excludesListFilePath = $this->getConfig()->deployment('file_containing_excludes', '');
// If we are working with releases
$deployToDirectory = $this->getConfig()->deployment('to');
@@ -46,7 +46,7 @@ class TarGzTask extends BaseStrategyTaskAbstract implements IsReleaseAware
$this->checkOverrideRelease();
$excludes = $this->getExcludes();
$excludesListFilePath = $this->getExcludesListFile();
$excludesListFilePath = $this->getConfig()->deployment('file_containing_excludes', '');;
// If we are working with releases
$deployToDirectory = $this->getConfig()->deployment('to');