diff --git a/recipes/local.php b/recipes/local.php index 4973f52..25aacd0 100644 --- a/recipes/local.php +++ b/recipes/local.php @@ -14,7 +14,6 @@ env('local_git_cache', function() { $gitVersion = runLocally('git version'); $regs = []; - output()->write($gitVersion, true); if (preg_match('/((\d+\.?)+)/', $gitVersion, $regs)) { $version = $regs[1]; } else {