From 734a8e613236cf86b9cfc985319ced1ccfed980c Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Sat, 6 Apr 2024 11:47:43 +0000 Subject: [PATCH] commit --- pull.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pull.sh b/pull.sh index 5ddd5f46..ce2154db 100644 --- a/pull.sh +++ b/pull.sh @@ -4,6 +4,6 @@ docker exec -i taiko-mongo mongoexport --db taiko --collection users --out /dev/ docker exec -i taiko-mongo mongoexport --db taiko --collection songs --out /dev/stdout | sort -n > songs.json docker exec -i taiko-mongo mongoexport --db taiko --collection scores --out /dev/stdout | sort -n > scores.json -git add -A -git commit --author="BOT " -m "$(date +%s)" +git add *.json +git commit --author="BOT <>" -m "$(date +%s)" git push origin main