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