resultFetch is always false when owner is specified in config

This commit is contained in:
Kirill
2015-04-29 17:11:18 -07:00
parent 132539da91
commit 6f1bd5c0cc
+1 -1
View File
@@ -74,7 +74,7 @@ class ReleaseTask extends AbstractTask implements IsReleaseAware, SkipOnOverride
}
}
if ($resultFetch && $userGroup != '') {
if ($userGroup != '') {
$command = 'chown -R ' . $userGroup . ' ' . $currentCopy
. ' && '
. 'chown ' . $userGroup . ' ' . $releasesDirectory;