From 4a558fdc1038faa081154a68c726b98bc746bd49 Mon Sep 17 00:00:00 2001 From: BOT Date: Sat, 6 Apr 2024 11:40:59 +0000 Subject: [PATCH] 1712403659 --- .pull.sh.swp | Bin 1024 -> 0 bytes pull.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .pull.sh.swp diff --git a/.pull.sh.swp b/.pull.sh.swp deleted file mode 100644 index b08d7ae1ca3d8c4186702de8dfc618348fe5d17e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1024 zcmYc?$V<%2S1{KzVn6|`52P51^7Bhj1aWZ6N^?qzaL6GG7nJ7Y=oM!m3yrczLtr!n L=obQ^=vDy$&przg diff --git a/pull.sh b/pull.sh index e6fb07d3..5ddd5f46 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 -A -git commit --author="bot " -m "$(date +%s)" +git commit --author="BOT " -m "$(date +%s)" git push origin main