Fix typo when comparing exported data
This commit is contained in:
parent
56329e89bb
commit
93b3d601d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue