From e7fddd4e435c8a5cf74601b7b2d6ae40e79f3a6e Mon Sep 17 00:00:00 2001 From: orin Date: Wed, 14 Jan 2026 13:17:44 +0100 Subject: [PATCH] Fix branch selection when the branch is not specified --- fetchupd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchupd.php b/fetchupd.php index 4b843ba..359abcf 100644 --- a/fetchupd.php +++ b/fetchupd.php @@ -101,7 +101,7 @@ function uupApiPrivateNormalizeFetchParams($params) { 'arch' => 'amd64', 'ring' => 'WIF', 'flight' => 'Active', - 'branch' => 'ge_release', + 'branch' => 'auto', 'build' => 'latest', 'minor' => 0, 'sku' => 48,