From b288e8dc831c35123e69ee2e699588e7e53abee3 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Fri, 23 Jul 2021 23:29:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8Fix=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/Update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sh/Update.sh b/Scripts/sh/Update.sh index 98cb199..2281eeb 100644 --- a/Scripts/sh/Update.sh +++ b/Scripts/sh/Update.sh @@ -24,7 +24,7 @@ sed -i "s/\$default4/\$default${defaultNum}/g" $extra_config_path curl -sL https://git.io/code.sh > $code_raw_path mv -b $code_raw_path $dir_config -sed -i "s/\$repo4/\$repoNum${repoNum}/g" $code_config_path +sed -i "s/\$repo4/\$repo${repoNum}/g" $code_config_path curl -sL https://git.io/task_before.sh > $task_before_raw_path # mv -b $task_before_raw_path $dir_config