From e7a8ac97ed177c4b2610e1ae8e06197443b12fdb Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 7 Jul 2023 09:16:32 -0400 Subject: [PATCH] Update Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christian Neumüller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7543c55f90..1bf7c13d3b 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:"; \ + echo "Error: Underscores found in doc file or folder names, please use hyphens instead:"; \ echo $$found; \ exit 1; \ fi