Skip to content

Commit

Permalink
Don't report failure if pages need updating
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jun 7, 2024
1 parent 3cb2244 commit c52bd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/i18n-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function main() {
fi
done
if [ $SYNCED -ne 1 ]; then
exit 1
exit
fi

echo "$TARGET_PATHS is still in sync"
Expand Down

0 comments on commit c52bd0f

Please sign in to comment.