Code refactoring.

This commit is contained in:
Andrés Montañez
2014-06-12 16:45:40 -03:00
parent 12f42dc110
commit d17dd0eb27
9 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class ChangeBranchTask extends AbstractTask
$branch = $this->getParameter('branch', $scmData['branch']);
$command = 'git checkout ' . $branch;
$result = $this->runCommandLocal($command);
$result = $this->runCommandLocal($command) && $result;
self::$startingBranch = $currentBranch;
} else {