mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
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:
commit
b56b800482
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ var updateCmd = &cobra.Command{
|
||||||
Component: component,
|
Component: component,
|
||||||
TransferProtocol: strings.ToUpper(transferProtocol),
|
TransferProtocol: strings.ToUpper(transferProtocol),
|
||||||
CollectParams: magellan.CollectParams{
|
CollectParams: magellan.CollectParams{
|
||||||
URI: host,
|
URI: arg,
|
||||||
Username: username,
|
Username: username,
|
||||||
Password: password,
|
Password: password,
|
||||||
Timeout: timeout,
|
Timeout: timeout,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue