Skip to content

Commit 11fefd8

Browse files
authored
Merge pull request #33939 from howieyuen/kubectl-patch
fix: delete redundant quotation
2 parents 7141f5e + 5f95379 commit 11fefd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Patch your Deployment:
254254
对 Deployment 执行 patch 操作:
255255
256256
```
257-
kubectl patch deployment patch-demo --patch-file patch-file-tolerations.yaml"
257+
kubectl patch deployment patch-demo --patch-file patch-file-tolerations.yaml
258258
```
259259
260260
<!--

0 commit comments

Comments
 (0)