From 07ea78c9f86a4a49acff9151948cfa35efdba032 Mon Sep 17 00:00:00 2001 From: rmrf Date: Mon, 9 May 2022 12:35:11 +0800 Subject: [PATCH] fix --no-consul.health-summary typo in README Signed-off-by: rmrf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d2b79c..855bafe 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ make Consul API queries to gather all information about each service. Health check information are available via `consul_health_service_status` as well, but only for services which have a health check configured. Defaults to true. - Disable using `--no-consul.heatlh-summary`. + Disable using `--no-consul.health-summary`. * __`consul.key-file`:__ File path to a PEM-encoded private key used with the certificate to verify the exporter's authenticity. * __`consul.insecure`:__ Disable TLS host verification.