Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #22 from johnny-bit/local_fix
Browse files Browse the repository at this point in the history
Remove completelly unneded outputing of git version
  • Loading branch information
gordalina committed Jul 6, 2015
2 parents 950affe + 38de391 commit 088227b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/local.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 088227b

Please sign in to comment.