Fix branch selection when the branch is not specified

This commit is contained in:
2026-01-14 13:17:44 +01:00
parent 2231d65edb
commit e7fddd4e43

View File

@@ -101,7 +101,7 @@ function uupApiPrivateNormalizeFetchParams($params) {
'arch' => 'amd64',
'ring' => 'WIF',
'flight' => 'Active',
'branch' => 'ge_release',
'branch' => 'auto',
'build' => 'latest',
'minor' => 0,
'sku' => 48,