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 "匹配规则:一步翻译发布" }