Merge pull request #5079 from cncal/patch-1

docs: fix json syntax error
This commit is contained in:
Paweł Gronowski 2024-05-17 15:22:49 +02:00 committed by GitHub
commit c5dd1d0951
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ For example:
"runtimeType": "io.containerd.runsc.v1",
"options": {
"TypeUrl": "io.containerd.runsc.v1.options",
"ConfigPath": "/etc/containerd/runsc.toml",
"ConfigPath": "/etc/containerd/runsc.toml"
}
}
}