Skip to content

Commit

Permalink
Merge pull request #392 from rmcdermo/master
Browse files Browse the repository at this point in the history
Workflows: minor edit to line endings file
  • Loading branch information
rmcdermo authored Aug 29, 2023
2 parents 49586c9 + 4944820 commit c41770f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Line_Endings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
{ grep -IUlr --exclude={"*.pdf","*.png"} --exclude-dir=".git" $'\r' > tmp.txt || true; }
nlines=$(cat tmp.txt | wc -l)
if [ $nlines -gt 0 ]; then
echo "matl-db repo text files with dos line endings:"
echo "macfp-db repo text files with dos line endings:"
cat tmp.txt
exit 1
fi
Expand Down

0 comments on commit c41770f

Please sign in to comment.