Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Commit

Permalink
Fix dfmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentTreguier committed Aug 8, 2018
1 parent 347e9d2 commit eb09279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-check-dfmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

modifiedFiles=$(git status --short | wc -l)

for sourceFile in $(find -name '*.d')
for sourceFile in $(find . -name '*.d')
do
dfmt --inplace $sourceFile
done
Expand Down

0 comments on commit eb09279

Please sign in to comment.