From 691944aa37019f133bd775ba7a386e6f5d7eb7c6 Mon Sep 17 00:00:00 2001 From: anonymous Date: Wed, 7 Apr 2021 21:49:49 +0800 Subject: [PATCH] dev --- shell/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/update.sh b/shell/update.sh index c94d7405..580fe15f 100644 --- a/shell/update.sh +++ b/shell/update.sh @@ -363,7 +363,7 @@ update_specify_scripts_repo () { echo -e "$dir_scripts/$tmp_dir 不是一个git仓库...\n" fi else - echo -e "命令输入错误...\n" + echo -e "$dir_scripts/$tmp_dir 还不存在,可能是还没有clone?\n" usage fi }