| 123456789 |
- 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,
|