Skip to content

Commit f397e3c

Browse files
authored
Merge pull request #32380 from jeremypuchta/patch-1
Remove trailing whitespaces from cli commands
2 parents 2326454 + 00f74d9 commit f397e3c

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
@@ -114,7 +114,7 @@ The following methods exist for installing kubectl on macOS:
114114
Or use this for detailed view of version:
115115

116116
```cmd
117-
kubectl version --client --output=yaml
117+
kubectl version --client --output=yaml
118118
```
119119

120120
### Install with Homebrew on macOS
@@ -124,7 +124,7 @@ If you are on macOS and using [Homebrew](https://brew.sh/) package manager, you
124124
1. Run the installation command:
125125

126126
```bash
127-
brew install kubectl
127+
brew install kubectl
128128
```
129129

130130
or

0 commit comments

Comments
 (0)