Skip to content

Commit ccaf959

Browse files
committed
Update default frontend repository in build script
1 parent bd3c801 commit ccaf959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gitAuthor="The OpenList Projects Contributors <noreply@openlist.team>"
55
gitCommit=$(git log --pretty=format:"%h" -1)
66

77
# Set frontend repository, default to OpenListTeam/OpenList-Frontend
8-
frontendRepo="${FRONTEND_REPO:-OpenListTeam/OpenList-Frontend}"
8+
frontendRepo="${FRONTEND_REPO:-nbtca/OpenList-Frontend}"
99

1010
githubAuthArgs=""
1111
if [ -n "$GITHUB_TOKEN" ]; then

0 commit comments

Comments
 (0)