fix: remove --host flag, --cloud and --host are mutually exclusive
This commit is contained in:
parent
2e6eca019d
commit
82a28c6101
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue