From 12c48481362a8cb68a8f4db2f9495317036618b7 Mon Sep 17 00:00:00 2001 From: BOT <> Date: Sat, 6 Apr 2024 12:00:01 +0000 Subject: [PATCH] pull.sh at 1712404801 --- pull.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull.sh b/pull.sh index ce2154dbd..0a493044e 100644 --- a/pull.sh +++ b/pull.sh @@ -5,5 +5,5 @@ docker exec -i taiko-mongo mongoexport --db taiko --collection songs --out /dev/ docker exec -i taiko-mongo mongoexport --db taiko --collection scores --out /dev/stdout | sort -n > scores.json git add *.json -git commit --author="BOT <>" -m "$(date +%s)" +git commit --author="BOT <>" -m "$(git diff --name-only --cached | paste -s -d ',') at $(date +%s)" git push origin main