Skip to content

Commit

Permalink
Branch uses commit, not release
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Lösken committed May 20, 2020
1 parent f16f7d2 commit b19c86a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function selectRelease(Collection $collection, string $version)
if ($collection->contains('commit.author.date', $version)) {
$release = $collection->where('commit.author.date', $version)->first();
} else {
Log::info('No release for version "'.$version.'" found. Selecting latest.');
Log::info('No commit for date "'.$version.'" found. Selecting latest.');
}
}

Expand Down

0 comments on commit b19c86a

Please sign in to comment.