From 6702300b0afafa1058936ee126af9cf083b9229d Mon Sep 17 00:00:00 2001
From: dylanzt <dylanzt@gmail.com>
Date: Mon, 7 Sep 2020 18:33:21 +1000
Subject: [PATCH] Fix remediation typo in 3.1.1 and 4.1.1 (#692)

---
 cfg/eks-1.0/node.yaml | 2 +-
 cfg/gke-1.0/node.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cfg/eks-1.0/node.yaml b/cfg/eks-1.0/node.yaml
index 29d2259..bf1c4c3 100644
--- a/cfg/eks-1.0/node.yaml
+++ b/cfg/eks-1.0/node.yaml
@@ -52,7 +52,7 @@ groups:
         remediation: |
           Run the below command (based on the file location on your system) on each worker node.
           For example,
-          chmod 644 $proykubeconfig
+          chmod 644 $proxykubeconfig
         scored: true
 
       - id: 3.1.2
diff --git a/cfg/gke-1.0/node.yaml b/cfg/gke-1.0/node.yaml
index 054b0de..da0a624 100644
--- a/cfg/gke-1.0/node.yaml
+++ b/cfg/gke-1.0/node.yaml
@@ -62,7 +62,7 @@ groups:
         remediation: |
           Run the below command (based on the file location on your system) on each worker node.
           For example,
-          chmod 644 $proykubeconfig
+          chmod 644 $proxykubeconfig
         scored: true
 
       - id: 4.1.4
-- 
GitLab