Compare commits
2 Commits
be7323abbc
...
v0.0.9
| Author | SHA1 | Date | |
|---|---|---|---|
| eb2cc3c1e6 | |||
| 7a3acfe5c1 |
@@ -152,6 +152,10 @@ func checkForUpdates(
|
||||
return nil, err
|
||||
}
|
||||
|
||||
if len(pkgs) == 0 {
|
||||
continue
|
||||
}
|
||||
|
||||
pkg := pkgs[0]
|
||||
|
||||
repoVer := pkg.Version
|
||||
|
||||
Reference in New Issue
Block a user