From 1fa9c144bfd62a21c6d38f903307bee4df1a98a6 Mon Sep 17 00:00:00 2001 From: "Xingyu.Wang" Date: Mon, 14 Feb 2022 23:00:09 +0800 Subject: [PATCH] Update identify.sh --- scripts/check/identify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check/identify.sh b/scripts/check/identify.sh index 06fb204b32..7223756380 100644 --- a/scripts/check/identify.sh +++ b/scripts/check/identify.sh @@ -72,7 +72,7 @@ rule_published_translation_revised() { # 一步翻译发布 rule_onestep() { [ "$SRC_D" -eq 1 ] && [ "$PUB_A" -eq 1 ] \ - && ensure_identical SRC D PUB A \ + && ensure_identical SRC D PUB A 1 \ && check_category SRC D \ && check_category PUB A \ && [ "$TOTAL" -eq 2 ] && echo "匹配规则:一步翻译发布"