Fix typo when comparing exported data

This commit is contained in:
Jake Howard 2020-09-10 15:44:04 +01:00 committed by GitHub
parent 56329e89bb
commit 93b3d601d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ Once a day (the first call begins 10 minutes after the start of Traefik), we col
ca = "xxxx" ca = "xxxx"
cert = "xxxx" cert = "xxxx"
key = "xxxx" key = "xxxx"
insecureSkipVerify = false insecureSkipVerify = true
``` ```
## The Code for Data Collection ## The Code for Data Collection