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