diff --git a/cmd/update.go b/cmd/update.go index e877fa4..1102ffa 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,