mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 12:25:42 +03:00
Merge pull request #10831 from jcalonso/patch-1
[docs] Fix missing opening quote
This commit is contained in:
@@ -465,7 +465,7 @@ config {
|
||||
|
||||
```hcl
|
||||
config {
|
||||
cap_add = ["net_raw", sys_time"]
|
||||
cap_add = ["net_raw", "sys_time"]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user