mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-12 00:37:19 +10:00
10 lines
320 B
Diff
10 lines
320 B
Diff
diff --git a/cli/src/update_service.rs b/cli/src/update_service.rs
|
|
index 3e0895f..e518ad8 100644
|
|
--- a/cli/src/update_service.rs
|
|
+++ b/cli/src/update_service.rs
|
|
@@ -94,3 +94,3 @@ impl UpdateService {
|
|
let download_url = format!(
|
|
- "{}/{}/{}/{}/latest.json",
|
|
+ "{}/{}/{}/{}/user/latest.json",
|
|
&update_endpoint,
|