Skip to content

Commit ccf2275

Browse files
committed
Fixup: use correct which command instead of non-existent where
1 parent d18c306 commit ccf2275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/tasks/tools/install-kubectl-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Depending on how you installed `kubectl`, use one of the following methods.
296296
1. Locate the `kubectl` binary on your system:
297297

298298
```bash
299-
where kubectl
299+
which kubectl
300300
```
301301

302302
1. Remove the `kubectl` binary:

content/zh-cn/docs/tasks/tools/install-kubectl-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ Depending on how you installed `kubectl`, use one of the following methods.
468468
1. 找到你系统上的 `kubectl` 可执行文件:
469469

470470
```bash
471-
where kubectl
471+
which kubectl
472472
```
473473

474474
<!--

0 commit comments

Comments
 (0)