diff --git a/updates/helper/indexes.go b/updates/helper/indexes.go index 948ab33a..7af8a610 100644 --- a/updates/helper/indexes.go +++ b/updates/helper/indexes.go @@ -98,6 +98,7 @@ func SetIndexes( Path: indexPath, AutoDownload: autoDownload, }) + usePreReleases = true } else if deleteUnusedIndexes { err := deleteIndex(registry, indexPath) if err != nil {