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 45ee89ffc3
commit 659c63b43b
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

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