Compare commits

...

1 Commits

Author SHA1 Message Date
Maxim Slipenko
be7323abbc fix: add handling len(pkgs) == 0 2025-03-14 19:37:04 +03:00

@ -152,6 +152,10 @@ func checkForUpdates(
return nil, err
}
if len(pkgs) == 0 {
continue
}
pkg := pkgs[0]
repoVer := pkg.Version