Update insert_data.sh

This commit is contained in:
2024-11-02 20:08:52 +00:00
parent c4e1828ede
commit 8945eb992f

View File

@@ -44,3 +44,4 @@ cat games.csv | while IFS="," read year round winner opponent winner_goals oppon
else
echo $INSERT_GAME_RESULT
fi
done