bugfix: fixed URL param not being set for UpdateFirmwareRemote

This commit is contained in:
David Allen 2025-01-30 08:43:42 -07:00 committed by David Allen
parent ee1fc327e2
commit abe0b5e27a
Signed by: towk
GPG key ID: 0430CDBE22619155

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,