Skip to content

Commit d43cd79

Browse files
authored
Merge pull request #42279 from Katee/fixup-which-command
Use correct `which` command instead of non-existent `where`
2 parents 88eed6b + 7679545 commit d43cd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -280,7 +280,7 @@ Depending on how you installed `kubectl`, use one of the following methods.
280280
1. Locate the `kubectl` binary on your system:
281281

282282
```bash
283-
where kubectl
283+
which kubectl
284284
```
285285

286286
1. Remove the `kubectl` binary:

0 commit comments

Comments
 (0)