From 00f74d9ae42a9844022768186300a6ed9507119e Mon Sep 17 00:00:00 2001 From: Jeremy Puchta Date: Sun, 20 Mar 2022 16:36:50 +0100 Subject: [PATCH] Remove trailing whitespaces from cli commands --- content/en/docs/tasks/tools/install-kubectl-macos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/tools/install-kubectl-macos.md b/content/en/docs/tasks/tools/install-kubectl-macos.md index fb5ec2a306..9861aca156 100644 --- a/content/en/docs/tasks/tools/install-kubectl-macos.md +++ b/content/en/docs/tasks/tools/install-kubectl-macos.md @@ -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