Skip to content

Commit c59175d

Browse files
committed
minor copypasta fix
1 parent 7fc96e3 commit c59175d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuiltinExtensions/ComfyUIBackend/ComfyUISelfStartBackend.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ string getVers(string package)
447447
await update("numpy", "numpy>=1.25.0");
448448
}
449449
string avVers = getVers("av");
450-
if (numpyVers is not null && Version.Parse(numpyVers) < Version.Parse("14.2.0"))
450+
if (avVers is not null && Version.Parse(avVers) < Version.Parse("14.2.0"))
451451
{
452452
await update("av", "av>=14.2.0");
453453
}

0 commit comments

Comments
 (0)