From 951a3211a3cc9c6b19f2cb41871f6201ce3f3836 Mon Sep 17 00:00:00 2001 From: Joey Pereira Date: Fri, 16 Jun 2017 18:53:30 -0400 Subject: [PATCH] Fix typo 'bash' -> 'brew' --- docs/tasks/tools/install-kubectl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/tools/install-kubectl.md b/docs/tasks/tools/install-kubectl.md index ab280b05e7..0fd5514904 100644 --- a/docs/tasks/tools/install-kubectl.md +++ b/docs/tasks/tools/install-kubectl.md @@ -164,7 +164,7 @@ On macOS, you will need to install bash-completion support via [Homebrew](https: ## If running Bash 3.2 included with macOS brew install bash-completion ## or, if running Bash 4.1+ -bash install bash-completion@2 +brew install bash-completion@2 ``` Follow the "caveats" section of brew's output to add the appropriate bash completion path to your local .bashrc.