Skip to content

Commit

Permalink
fix path to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
algchoo committed Sep 12, 2024
1 parent 74f41a8 commit d6e7995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/check-helm-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

if ! git diff --exit-code --quiet '../../charts/bindplane/README.md'; then
if ! git diff --exit-code --quiet 'charts/bindplane/README.md'; then
echo "ERROR: Uncommitted helm doc changes detected. Please commit your changes before running this script."
exit 1
fi

0 comments on commit d6e7995

Please sign in to comment.