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