Fixup: use correct `which` command instead of non-existent `where`

This commit is contained in:
Kate Murphy 2023-07-28 13:37:43 -07:00
parent d18c30633c
commit ccf2275977
2 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ Depending on how you installed `kubectl`, use one of the following methods.
1. Locate the `kubectl` binary on your system:
```bash
where kubectl
which kubectl
```
1. Remove the `kubectl` binary:

View File

@ -468,7 +468,7 @@ Depending on how you installed `kubectl`, use one of the following methods.
1. 找到你系统上的 `kubectl` 可执行文件:
```bash
where kubectl
which kubectl
```
<!--