Skip to content

Commit a5b0979

Browse files
committed
Fix misquote.
1 parent 0aa00b6 commit a5b0979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If systemd doesn't use cgroup v2 by default, you can configure the system to use
7979
# dnf install -y grubby && \
8080
sudo grubby \
8181
--update-kernel=ALL \
82-
--args=systemd.unified_cgroup_hierarchy=1"
82+
--args="systemd.unified_cgroup_hierarchy=1"
8383
```
8484

8585
To apply the configuration, it is necessary to reboot the node.

0 commit comments

Comments
 (0)