Skip to content

Commit

Permalink
Merge pull request #1355 from kubean-io/ErikJiang-patch-2
Browse files Browse the repository at this point in the history
Update renew-certs.yml
  • Loading branch information
ErikJiang authored Aug 30, 2024
2 parents a1f196b + 6098e65 commit c1575f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/renew-certs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
if command -v crictl; then
:
elif [ -x '/usr/local/bin/crictl' ]; then
echo "/usr/bin/local/crictl"
echo "/usr/local/bin/crictl"
else
echo "not found or no execute permission" && exit 1
fi
Expand Down

0 comments on commit c1575f4

Please sign in to comment.