diff --git a/cmd/update.go b/cmd/update.go index 83671e4..65e74c5 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -67,7 +67,7 @@ var updateCmd = &cobra.Command{ TransferProtocol: strings.ToUpper(transferProtocol), Insecure: Insecure, CollectParams: magellan.CollectParams{ - URI: host, + URI: arg, Username: username, Password: password, Timeout: timeout,