Skip to content

Commit 41a785e

Browse files
committed
fix: update
1 parent 20402e1 commit 41a785e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/patternFly.helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const findClosestPatternFlyVersion = async (
4949
const detectedVersions = new Set<SemVer>();
5050

5151
for (const pkgName of versionWhitelist) {
52-
// Allow for variations like -next or -alpha with fuzzySearch maxDistance=2
52+
// Allow for variations like -next or -alpha with fuzzySearch maxDistance
5353
const matches = fuzzySearch(pkgName, depNames, {
5454
maxDistance: 1,
5555
isFuzzyMatch: true

0 commit comments

Comments
 (0)