Skip to content

Commit 3e4b26a

Browse files
committed
Update exclusion logic and file name
1 parent 4dba885 commit 3e4b26a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

infra/bootstrapping/check-readme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "Checking if $folder_path contains a README.md file with all required words
1010
invalid_readme_message="$folder_path does not contain a README.md file with the required sections. See CONTRIBUTING.md."
1111

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

1515
if [ -f "$exclusions_file" ]; then
1616
while IFS= read -r line; do

0 commit comments

Comments
 (0)