From 82a28c61016c00c17753a4174da82d272640aeb9 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 1 Aug 2026 16:04:16 +0000 Subject: [PATCH] fix: remove --host flag, --cloud and --host are mutually exclusive --- internal/native/native.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/native/native.go b/internal/native/native.go index 3856bab..7b9fc11 100644 --- a/internal/native/native.go +++ b/internal/native/native.go @@ -110,7 +110,6 @@ WALLARM_CONFIG_PATH=%s "--batch", "--token", apiToken, "--cloud", cloudFromHost(apiHost), - "--host", apiHost, ) setupCmd.Dir = workDir