diff options
author | EuAndreh <eu@euandre.org> | 2020-12-16 13:36:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-16 13:36:31 -0300 |
commit | 2f52b39ed027a511a183ae9228a879ac75fa0fa2 (patch) | |
tree | dfda0dc3b414179fdca61baaabf42626d0b5c778 /scripts | |
parent | Remove --quiet from po2md (diff) | |
download | euandre.org-2f52b39ed027a511a183ae9228a879ac75fa0fa2.tar.gz euandre.org-2f52b39ed027a511a183ae9228a879ac75fa0fa2.tar.xz |
sync-translations.sh: Remove duplicated git diff
Diffstat (limited to '')
-rwxr-xr-x | scripts/sync-translations.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/sync-translations.sh b/scripts/sync-translations.sh index 6762b56..2ba7d35 100755 --- a/scripts/sync-translations.sh +++ b/scripts/sync-translations.sh @@ -13,7 +13,6 @@ if [[ "${1:-}" = '--check' ]]; then git diff --quiet --staged -- ':!scripts/' || { echo 'Translations are out of sync:' git diff --staged -- ':!scripts/' - git diff --quiet --staged exit 1 } fi |