Merge pull request #80 from OpenCHAMI/68-bug-in-command-update-the-variable-host-is-not-assigned

Fix bug in command update the variable host is not assigned
This commit is contained in:
David Allen 2025-03-13 10:19:02 -06:00 committed by GitHub
commit b56b800482
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,