mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
refactor(api): Fixed typo in check health cli flag (#1570)
This commit is contained in:
parent
6acfb580dc
commit
10174b98b9
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ const (
|
|||
defaultBindAddress = ":9000"
|
||||
defaultDataDirectory = "C:\\data"
|
||||
defaultAssetsDirectory = "./"
|
||||
defaultCheckHeath = "false"
|
||||
defaultCheckHealth = "false"
|
||||
defaultNoAuth = "false"
|
||||
defaultNoAnalytics = "false"
|
||||
defaultTLSVerify = "false"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue