diff --git a/cmd/update.go b/cmd/update.go index d5f9a50..0800a70 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -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,