From 93b3d601d5f1a0a1e2642bc95756a027bed1f85f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 10 Sep 2020 15:44:04 +0100 Subject: [PATCH] Fix typo when comparing exported data --- docs/content/contributing/data-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/contributing/data-collection.md b/docs/content/contributing/data-collection.md index 67fe211c2..a91ef9e2b 100644 --- a/docs/content/contributing/data-collection.md +++ b/docs/content/contributing/data-collection.md @@ -85,7 +85,7 @@ Once a day (the first call begins 10 minutes after the start of Traefik), we col ca = "xxxx" cert = "xxxx" key = "xxxx" - insecureSkipVerify = false + insecureSkipVerify = true ``` ## The Code for Data Collection