1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

refactor(api): Fixed typo in check health cli flag (#1570)

This commit is contained in:
Vincent Besançon 2018-01-17 16:34:15 +01:00 committed by Anthony Lapenna
parent 6acfb580dc
commit 10174b98b9
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ const (
defaultBindAddress = ":9000"
defaultDataDirectory = "/data"
defaultAssetsDirectory = "./"
defaultCheckHeath = "false"
defaultCheckHealth = "false"
defaultNoAuth = "false"
defaultNoAnalytics = "false"
defaultTLSVerify = "false"