Update internal/flags/flags.go

Co-authored-by: nils måsén <nils@piksel.se>
This commit is contained in:
bugficks 2023-08-23 14:14:50 +07:00 committed by GitHub
parent d968eafad0
commit 0252f142f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,7 +190,7 @@ func RegisterSystemFlags(rootCmd *cobra.Command) {
flags.BoolP( flags.BoolP(
"health-check", "health-check",
"", "",
viper.IsSet("WATCHTOWER_HEALTH_CHECK"), false,
"Do health check and exit") "Do health check and exit")
} }