mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
bugfix: fixed URL param not being set for UpdateFirmwareRemote
This commit is contained in:
parent
ee1fc327e2
commit
abe0b5e27a
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