Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jul 7, 2023
1 parent e7a8ac9 commit 8d4bbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all: install-tools markdownlint markdown-link-check misspell table-check schema-
check-file-and-folder-names-in-docs:
@found=`find docs -name '*_*'`; \
if [ -n "$$found" ]; then \
echo "Error: Underscores found in doc file or folder names, please use hyphens instead:"; \
echo "Error: Underscores found in doc file or folder names; use hyphens instead:"; \
echo $$found; \
exit 1; \
fi
Expand Down

0 comments on commit 8d4bbfe

Please sign in to comment.