mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 21:17:20 -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),
|
TransferProtocol: strings.ToUpper(transferProtocol),
|
||||||
Insecure: Insecure,
|
Insecure: Insecure,
|
||||||
CollectParams: magellan.CollectParams{
|
CollectParams: magellan.CollectParams{
|
||||||
URI: host,
|
URI: arg,
|
||||||
Username: username,
|
Username: username,
|
||||||
Password: password,
|
Password: password,
|
||||||
Timeout: timeout,
|
Timeout: timeout,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue