fix: rh-1.0 check 4.1.3 typo (#1652)

Co-authored-by: Arano-kai <captcha.is(dot)evil(meov)gmail.com>
This commit is contained in:
Arano-kai
2024-10-04 10:42:56 +03:00
committed by GitHub
parent c683e93968
commit 3a0ccc440c

View File

@@ -48,7 +48,7 @@ groups:
echo "No matching pods found on the current node."
else
# Execute the stat command
oc exec -n openshift-sdn "$POD_NAME" - stat -Lc "$i %n permissions=%a" /config/kube-proxy-config.yaml 2>/dev/null
oc exec -n openshift-sdn "$POD_NAME" -- stat -Lc "$i %n permissions=%a" /config/kube-proxy-config.yaml 2>/dev/null
fi
tests:
bin_op: or