Skip to content

Commit

Permalink
fix: rh-1.0 check 4.1.3 typo (#1652)
Browse files Browse the repository at this point in the history
Co-authored-by: Arano-kai <captcha.is(dot)evil(meov)gmail.com>
  • Loading branch information
Arano-kai authored Oct 4, 2024
1 parent c683e93 commit 3a0ccc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/rh-1.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a0ccc4

Please # to comment.