Skip to content

Commit ad34d12

Browse files
author
Jonathan Visser
committed
Fix grumphp
1 parent 1364fab commit ad34d12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Stdlib/ReleaseInfo.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ private function branchList(): array
6161
try {
6262
$gitLogOutput = runLocally('git log --merges -n 1');
6363
} catch (RunException $e) {
64-
6564
}
6665

6766
if (!preg_match(self::MERGE_PATTERN, $gitLogOutput, $matches)) {

0 commit comments

Comments
 (0)