Skip to content

Commit

Permalink
Merge pull request #5 from osrecio/patch-1
Browse files Browse the repository at this point in the history
Changed printed() by printOutput()
  • Loading branch information
mwr authored May 4, 2017
2 parents f5da3d4 + ddeac95 commit 73d3c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Robo/Task/ValidateEnvironmentTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected function validateGit()
try {
$collection = $this->collectionBuilder();
/** @var RoboFile $collection */
$collection->taskExec("git ls-remote $gitUrl")->printed(false);
$collection->taskExec("git ls-remote $gitUrl")->printOutput(false);
/** @var CollectionBuilder $collection */

$gitCheckResult = $collection->run();
Expand Down Expand Up @@ -115,4 +115,4 @@ protected function validateBinIsExecutable($bin)
return $result;
}

}
}

0 comments on commit 73d3c04

Please sign in to comment.