This commit is contained in:
anonymous 2021-04-07 21:49:49 +08:00
parent 89521e7538
commit 691944aa37

View File

@ -363,7 +363,7 @@ update_specify_scripts_repo () {
echo -e "$dir_scripts/$tmp_dir 不是一个git仓库...\n" echo -e "$dir_scripts/$tmp_dir 不是一个git仓库...\n"
fi fi
else else
echo -e "命令输入错误...\n" echo -e "$dir_scripts/$tmp_dir 还不存在可能是还没有clone\n"
usage usage
fi fi
} }