mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-11 14:42:37 +08:00
Upgrader: Fix typo in download api
This commit is contained in:
parent
89cda1e7a3
commit
a67aaddb8f
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ async def download(
|
||||||
request: Request,
|
request: Request,
|
||||||
platform: Platform,
|
platform: Platform,
|
||||||
arch: Arch,
|
arch: Arch,
|
||||||
built_type: BuildType,
|
build_type: BuildType,
|
||||||
auto_upgrade_host_identity: str = None,
|
auto_upgrade_host_identity: str = None,
|
||||||
installed_version: str = None,
|
installed_version: str = None,
|
||||||
group: str = None,
|
group: str = None,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue