From f8645158bf028c923c747f5c310da4b9300fe2e0 Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Sat, 30 Nov 2024 01:41:35 +0000 Subject: [PATCH] =?UTF-8?q?GitHub=E3=81=AB=E7=A7=BB=E8=A1=8C=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taiko-web-db-cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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