Skip to content

Commit

Permalink
Update lib/workers/repository/process/lookup/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Sep 18, 2024
1 parent d0452c3 commit d8a4966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/repository/process/lookup/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export async function lookupUpdates(
),
);
} else {
// Retain only releases which max the fix constaraint
// Retain only releases which max the fix constraint
fixedFilteredReleases = filteredReleases.filter((release) =>
versioning.matches(
release.version,
Expand Down

0 comments on commit d8a4966

Please sign in to comment.