Skip to content

Commit

Permalink
Add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck committed Oct 22, 2023
1 parent 3e4b26a commit 5f835a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/bootstrapping/check-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f835a4

Please sign in to comment.