mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
bugfix: fixed URL param not being set for UpdateFirmwareRemote
This commit is contained in:
parent
853e27c312
commit
1fc366eee2
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ var updateCmd = &cobra.Command{
|
|||
TransferProtocol: strings.ToUpper(transferProtocol),
|
||||
Insecure: Insecure,
|
||||
CollectParams: magellan.CollectParams{
|
||||
URI: host,
|
||||
URI: arg,
|
||||
Username: username,
|
||||
Password: password,
|
||||
Timeout: timeout,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue