1
0
Fork 0
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:
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

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