From d895791f1f2fc9ac7b28c27d03eaa7213a552675 Mon Sep 17 00:00:00 2001 From: Ali Yousefi Sabzevar Date: Wed, 27 Oct 2021 14:22:35 +0200 Subject: [PATCH] fix the sudo problem with cat using tee - en --- content/en/docs/tasks/tools/install-kubectl-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/tools/install-kubectl-linux.md b/content/en/docs/tasks/tools/install-kubectl-linux.md index 982a19f903..7c00eb55ef 100644 --- a/content/en/docs/tasks/tools/install-kubectl-linux.md +++ b/content/en/docs/tasks/tools/install-kubectl-linux.md @@ -130,7 +130,7 @@ For example, to download version {{< param "fullversion" >}} on Linux, type: {{% /tab %}} {{< tab name="Red Hat-based distributions" codelang="bash" >}} -sudo cat < /etc/yum.repos.d/kubernetes.repo +cat <