aboutsummaryrefslogtreecommitdiff
path: root/generate_latest
diff options
context:
space:
mode:
Diffstat (limited to 'generate_latest')
-rwxr-xr-xgenerate_latest4
1 files changed, 2 insertions, 2 deletions
diff --git a/generate_latest b/generate_latest
index f959099..25ebf8f 100755
--- a/generate_latest
+++ b/generate_latest
@@ -4,6 +4,6 @@ for profile in hololive nijisanji; do
python3 generate_json.py "${profile}"
python3 generate_icalendar.py "${profile}"
- mv "${profile}_birthdays.json" "latest_${profile}.json"
- mv "${profile}_birthdays.ics" "latest_${profile}.ics"
+ mv "${profile}_birthdays.json" "data/latest_${profile}.json"
+ mv "${profile}_birthdays.ics" "data/latest_${profile}.ics"
done