From 0ac188ab20fb198f8f27dce391aad2e37b1f7230 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Mon, 14 Aug 2023 11:11:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E6=9B=B4=E8=84=9A=E6=9C=AC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hotfix_game.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hotfix_game.sh b/hotfix_game.sh index 69e97ad..4da9c5b 100644 --- a/hotfix_game.sh +++ b/hotfix_game.sh @@ -38,9 +38,9 @@ git pull check_json(){ path=${1} if jq empty "${path}"; then - echo "${path}文件是有效的JSON格式。" + echo "${path} 文件是有效的JSON格式。" else - echo "${path}文件不是有效的JSON格式。" + echo "${path} 文件不是有效的JSON格式。" exit 0 fi }