Update identify.sh

This commit is contained in:
Xingyu.Wang 2022-02-14 23:00:09 +08:00 committed by GitHub
parent e99a79f8bd
commit 1fa9c144bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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