SensioLabs Insight fixes

This commit is contained in:
Andrés Montañez
2015-04-12 16:15:46 -03:00
parent a0f4920333
commit ce60a706ac
2 changed files with 1 additions and 4 deletions
@@ -36,7 +36,7 @@ class GitRebaseTask extends BaseStrategyTaskAbstract implements IsReleaseAware
{
$this->checkOverrideRelease();
if ($this->getConfig()->release('enabled', false) == true) {
if ($this->getConfig()->release('enabled', false) === true) {
$releasesDirectory = $this->getConfig()->release('directory', 'releases');
$deployToDirectory = rtrim($this->getConfig()->deployment('to'), '/')