Merge pull request #10831 from jcalonso/patch-1

[docs] Fix missing opening quote
This commit is contained in:
James Rasell
2021-06-30 08:36:39 +02:00
committed by GitHub

View File

@@ -465,7 +465,7 @@ config {
```hcl
config {
cap_add = ["net_raw", sys_time"]
cap_add = ["net_raw", "sys_time"]
}
```