Update for changed DownloadUpdates method signature

This commit is contained in:
Daniel
2023-10-02 16:06:10 +02:00
parent 5dab7c9f2b
commit 0fbd0a3ca6
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ func downloadUpdates() error {
}
// Download all required updates.
err = registry.DownloadUpdates(context.TODO(), false)
err = registry.DownloadUpdates(context.TODO(), true)
if err != nil {
return err
}