diff --git a/taiko-web-db-cron.sh b/taiko-web-db-cron.sh index fb426dc..889dc67 100644 --- a/taiko-web-db-cron.sh +++ b/taiko-web-db-cron.sh @@ -5,7 +5,7 @@ set -eu test "$(docker container inspect -f '{{.State.Status}}' taiko-mongo)" = "running" rm -rf ~/taiko-web-db -git clone --depth 1 https://codeberg.org/yuukixyz/taiko-web-db.git ~/taiko-web-db +git clone --depth 1 https://github.com/yuukiwww/taiko-web-db.git ~/taiko-web-db cd ~/taiko-web-db git reset --hard HEAD