Skip to content

Commit

Permalink
Merge branch 'personal/water/master' of git.setbased.nl:phing-extensi…
Browse files Browse the repository at this point in the history
…ons into temp
  • Loading branch information
prwater committed Feb 2, 2016
2 parents 2880660 + e2895ff commit b82131b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Task/LastCommitTimeTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ private function getLastCommitTime()
if ((preg_match('/^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2} [+\-]\d{4}$/', $line)))
{
$commit_date = strtotime($line);
echo "$line\n";
}
else if ($line!=='')
{
Expand Down

0 comments on commit b82131b

Please sign in to comment.