Skip to content

Commit

Permalink
Fix doctoc detection in verify-doctoc.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Büringer buringerst@vmware.com
  • Loading branch information
sbueringer committed Aug 3, 2023
1 parent 1567f68 commit 9afcbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-doctoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [[ "${TRACE-0}" == "1" ]]; then
set -o xtrace
fi

command -v doctoc || echo "doctoc is not available on your system, skipping verification" && exit 0
command -v doctoc || (echo "doctoc is not available on your system, skipping verification" && exit 1)

doctoc_files="README.md \
CONTRIBUTING.md \
Expand Down

0 comments on commit 9afcbea

Please sign in to comment.