From 8d4bbfe9f92c625bd24f1dced129df00bd246657 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 7 Jul 2023 09:17:07 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1bf7c13d3b..98ff8daa24 100644 --- a/Makefile +++ b/Makefile @@ -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