From 3aa173f8af4ab3c49fce1436b244727e6b910750 Mon Sep 17 00:00:00 2001 From: Diondra Peck Date: Sun, 22 Oct 2023 15:20:13 -0700 Subject: [PATCH] Update exclusion logic and file name --- 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 22d1027386..50cf6ad616 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" + + echo "No match found for $folder_path in $exclusions_file." else echo "No exclusions file found at $exclusions_file." fi