Merge pull request from jeremypuchta/patch-1

Remove trailing whitespaces from cli commands
pull/32453/head
Kubernetes Prow Robot 2022-03-23 08:50:08 -07:00 committed by GitHub
commit f397e3ca11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
content/en/docs/tasks/tools

View File

@ -114,7 +114,7 @@ The following methods exist for installing kubectl on macOS:
Or use this for detailed view of version:
```cmd
kubectl version --client --output=yaml
kubectl version --client --output=yaml
```
### Install with Homebrew on macOS
@ -124,7 +124,7 @@ If you are on macOS and using [Homebrew](https://brew.sh/) package manager, you
1. Run the installation command:
```bash
brew install kubectl
brew install kubectl
```
or