From 5f835a4b9a66ad67f579978eea0c37ba865352c1 Mon Sep 17 00:00:00 2001 From: Diondra Peck Date: Sun, 22 Oct 2023 14:48:52 -0700 Subject: [PATCH] Add debug message --- infra/bootstrapping/check-readme.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/bootstrapping/check-readme.sh b/infra/bootstrapping/check-readme.sh index 7bcb3e3bdd..f478b64ca2 100644 --- a/infra/bootstrapping/check-readme.sh +++ b/infra/bootstrapping/check-readme.sh @@ -21,6 +21,8 @@ if [ -f "$exclusions_file" ]; then echo "Checking if $line matches $folder_path" fi done < "$exclusions_file" +else + echo "No exclusions file found at $exclusions_file." fi if [ -e "$folder_path/README.md" ]; then