Merge pull request #42279 from Katee/fixup-which-command

Use correct `which` command instead of non-existent `where`
pull/43119/head
Kubernetes Prow Robot 2023-09-19 16:18:54 -07:00 committed by GitHub
commit d43cd79b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,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: