change format again

This commit is contained in:
2023-04-28 11:15:09 +02:00
parent 88edeee596
commit 7354c2158a
12 changed files with 18 additions and 353 deletions

View File

@ -5,7 +5,8 @@ DIR="$(dirname -- $0)"
mkdir -p "$DIR"/scans
mkdir -p "$DIR"/site
for conf in "$DIR"/configs/*.yaml
for config in "$DIR"/configs/*.yaml
do
./scan "$conf"
echo $config
./scan "$config"
done