From d6e2cba047f505a8955777b854cfa29760739380 Mon Sep 17 00:00:00 2001 From: n3t1zen Date: Mon, 4 May 2026 12:59:25 +0800 Subject: [PATCH] fix syntax error in script --- bin/update | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/update b/bin/update index 4286254..81c6999 100755 --- a/bin/update +++ b/bin/update @@ -10,6 +10,7 @@ REV_FILE="$ROOT/works/rev" REPO_URL="git@git.inker.bot:arknights/sing-box.git" if [[ $CI_JOB_TOKEN != "" ]]; then REPO_URL=$(echo $REPO_URL | sed -i "s/git/gitlab-ci-token:$CI_JOB_TOKEN/") +fi UPSTREAM_BRANCH="main" CONFIG="$ROOT/works/config"