Skip to content

Commit 8b91c9d

Browse files
fix
1 parent 4b742d7 commit 8b91c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/assets-locale.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o errexit
44
source .ci/asset-branch
55
# ygopro-database
66
apt update && apt -y install wget git libarchive-tools sqlite3
7-
git clone --depth=1 -b "$ASSET_BRANCH_NAME" https://code.moenext.com/mycard/ygopro-database
7+
git clone --depth=1 -b master https://code.moenext.com/nanahira/ygopro-database
88
cp -rf ./ygopro-database/locales/$TARGET_LOCALE/strings.conf .
99
cp -rf ./ygopro-database/locales/$TARGET_LOCALE/servers.conf .
1010
rm -f cards.cdb

0 commit comments

Comments
 (0)