fix: typo
All checks were successful
push / build (push) Successful in 2m4s

This commit is contained in:
张泊明518370910136 2025-09-13 21:54:23 -07:00
parent 7a3ac2cead
commit d5bac90a61
GPG Key ID: CA088E6D9284F870

View File

@ -28,7 +28,7 @@ main() {
local git_server="ssh://git@focs.ji.sjtu.edu.cn:2222" local git_server="ssh://git@focs.ji.sjtu.edu.cn:2222"
if ! [ -d "$config_repo_path" ]; then if ! [ -d "$config_repo_path" ]; then
git clone "$git_server/$course/$course-config.git" "$config_repo_path" git clone "$git_server/$course/$course-joj.git" "$config_repo_path"
git -C "$config_repo_path" config user.name "$git_user" git -C "$config_repo_path" config user.name "$git_user"
git -C "$config_repo_path" config user.email "$git_email" git -C "$config_repo_path" config user.email "$git_email"
fi fi