summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--installer-downloader/src/controller.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer-downloader/src/controller.rs b/installer-downloader/src/controller.rs
index ebed872755..829e51b511 100644
--- a/installer-downloader/src/controller.rs
+++ b/installer-downloader/src/controller.rs
@@ -143,7 +143,7 @@ async fn fetch_app_version_info<Delegate, VersionProvider>(
let version_params = VersionParameters {
architecture,
// For the downloader, the rollout version is always preferred
- rollout: 1.,
+ rollout: 0.,
// The downloader allows any version
lowest_metadata_version: 0,
};