Skip to content

Commit

Permalink
Update exclusion logic and file name
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck committed Oct 22, 2023
1 parent 4dba885 commit 3e4b26a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/bootstrapping/check-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "Checking if $folder_path contains a README.md file with all required words
invalid_readme_message="$folder_path does not contain a README.md file with the required sections. See CONTRIBUTING.md."

# Check if folder path is in ./readme_exclusions.txt file
exclusions_file="{working_directory}/infra/bootstrapping/readme_validation_exclusions.txt"
exclusions_file="{working_directory}/readme_validation_exclusions.txt"

if [ -f "$exclusions_file" ]; then
while IFS= read -r line; do
Expand Down
File renamed without changes.

0 comments on commit 3e4b26a

Please sign in to comment.