bugfix: fixed URL param not being set for UpdateFirmwareRemote

This commit is contained in:
David Allen 2025-01-30 08:43:42 -07:00
parent 853e27c312
commit 1fc366eee2
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -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,