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
45ee89ffc3
commit
659c63b43b
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ var updateCmd = &cobra.Command{
|
|||
Component: component,
|
||||
TransferProtocol: strings.ToUpper(transferProtocol),
|
||||
CollectParams: magellan.CollectParams{
|
||||
URI: host,
|
||||
URI: arg,
|
||||
Username: username,
|
||||
Password: password,
|
||||
Timeout: timeout,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue