Skip to content

Commit 078c5bb

Browse files
authored
Merge pull request #32343 from aaerrolla/main
Fix directory to make and put kubectl in
2 parents edfb9d2 + 1d7ee57 commit 078c5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For example, to download version {{< param "fullversion" >}} on Linux, type:
8383

8484
```bash
8585
chmod +x kubectl
86-
mkdir -p ~/.local/bin/kubectl
86+
mkdir -p ~/.local/bin
8787
mv ./kubectl ~/.local/bin/kubectl
8888
# and then append (or prepend) ~/.local/bin to $PATH
8989
```

0 commit comments

Comments
 (0)