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 78b2f11 commit 3aa173f
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"

echo "No match found for $folder_path in $exclusions_file."
else
echo "No exclusions file found at $exclusions_file."
fi
Expand Down

0 comments on commit 3aa173f

Please sign in to comment.