diff --git a/cfg/master.yaml b/cfg/master.yaml
index ddd3693a88b8a8a7a5004cfd732b67d5c504b966..db7a5cdd70b53ac08978e24d373a13e9cf8b931c 100644
--- a/cfg/master.yaml
+++ b/cfg/master.yaml
@@ -608,7 +608,7 @@ groups:
 
     - id: 1.4.8
       text: "Ensure that the etcd.conf file ownership is set to root:root (Scored)"
-      audit: "if test -e $etcdConfDir/kubelet; then stat -c %U:%G $etcdConfDir/etcd.conf; fi"
+      audit: "if test -e $etcdConfDir/etcd.conf; then stat -c %U:%G $etcdConfDir/etcd.conf; fi"
       tests:
         test_items:
         - flag: "root:root"