diff --git a/.pull.sh.swp b/.pull.sh.swp deleted file mode 100644 index b08d7ae1..00000000 Binary files a/.pull.sh.swp and /dev/null differ 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