From 2e21645aebe4f2637e60b4ea2224067e89ee6e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Fri, 17 Jul 2020 17:52:55 +0200 Subject: [PATCH] add required quote to alias kubectl --- site/content/en/docs/handbook/kubectl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/handbook/kubectl.md b/site/content/en/docs/handbook/kubectl.md index be53d6af68..5f21ff4f20 100644 --- a/site/content/en/docs/handbook/kubectl.md +++ b/site/content/en/docs/handbook/kubectl.md @@ -15,7 +15,7 @@ as well. `minikube kubectl -- ` -You can also `alias kubectl=minikube kubectl --` for easier usage. +You can also `alias kubectl="minikube kubectl --"` for easier usage. Get pods