phobos still has its own dscanner.ini

This commit is contained in:
WebFreak001 2023-06-29 18:50:59 +02:00 committed by Jan Jurzitza
parent eceb2743a8
commit 3b8110fdfa
1 changed files with 1 additions and 1 deletions

View File

@ -161,5 +161,5 @@ jobs:
for FILE in $(find std -name '*.d');
do
echo "$FILE"
../bin/dscanner -S "$FILE"
../bin/dscanner -S --config=.dscanner.ini "$FILE"
done