Fixup: use correct `which` command instead of non-existent `where`
This commit is contained in:
parent
d18c30633c
commit
ccf2275977
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -468,7 +468,7 @@ Depending on how you installed `kubectl`, use one of the following methods.
|
|||
1. 找到你系统上的 `kubectl` 可执行文件:
|
||||
|
||||
```bash
|
||||
where kubectl
|
||||
which kubectl
|
||||
```
|
||||
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Reference in New Issue