Update identify.sh

This commit is contained in:
Xingyu.Wang
2022-02-14 23:08:25 +08:00
committed by GitHub
parent 1fa9c144bf
commit 423560d93f

View File

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