fix: remove --host flag, --cloud and --host are mutually exclusive

This commit is contained in:
admin 2026-08-01 16:04:16 +00:00
parent 2e6eca019d
commit 82a28c6101

View file

@ -110,7 +110,6 @@ WALLARM_CONFIG_PATH=%s
"--batch", "--batch",
"--token", apiToken, "--token", apiToken,
"--cloud", cloudFromHost(apiHost), "--cloud", cloudFromHost(apiHost),
"--host", apiHost,
) )
setupCmd.Dir = workDir setupCmd.Dir = workDir