Skip to content

Commit 3e257a1

Browse files
authored
Merge pull request #31002 from Sn-Kinos/patch-1
[ko] Replace smart quote
2 parents 7191d32 + 22d4cdb commit 3e257a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ko/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 @@ systemd가 기본적으로 cgroup v2를 사용하지 않는 경우, 커널 명
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
구성을 적용하려면 노드를 재부팅해야 한다.

0 commit comments

Comments
 (0)