diff options
Diffstat (limited to 'preseason/check-all.sh')
-rwxr-xr-x | preseason/check-all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/preseason/check-all.sh b/preseason/check-all.sh index 3847cff..ed701d5 100755 --- a/preseason/check-all.sh +++ b/preseason/check-all.sh @@ -2,5 +2,5 @@ find config -name *.json | while read JSON do - python3 checks.py ${JSON} + python3 checks.py ${JSON} dates logoh vp_table page_language team_names kolorki done |