Skip to content

Commit bd4d927

Browse files
authored
Merge pull request #44043 from steve-hardman/fix-kubectl-mac-step
Fix cleanup instruction in macOS kubectl installation page
2 parents 967593f + 7b2723f commit bd4d927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ The following methods exist for installing kubectl on macOS:
123123
kubectl version --client --output=yaml
124124
```
125125

126-
1. After installing the plugin, clean up the installation files:
126+
1. After installing and validating kubectl, delete the checksum file:
127127

128128
```bash
129-
rm kubectl kubectl.sha256
129+
rm kubectl.sha256
130130
```
131131

132132
### Install with Homebrew on macOS

0 commit comments

Comments
 (0)