Browse Source

Fix main script

compton 4 months ago
parent
commit
c5d819938d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/scripts/compton_runs_script.sh

+ 1 - 1
src/scripts/compton_runs_script.sh

@@ -29,7 +29,7 @@ python $COMPTON_COMBINER -s $SEASON -c database.ini --csv_dir $TABLES_FOLDER --c
 # Push changes
 cd $TABLES_FOLDER
 git add ./*.csv
-git add ./*/*.csv
+git add ./*/*/*.csv
 git commit -m "Auto update $(date +%Y/%m/%d\ %T)"
 git push origin $TABLES_BRANCH
 cd $HOMEDIR