From 2f52b39ed027a511a183ae9228a879ac75fa0fa2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 16 Dec 2020 13:36:31 -0300 Subject: sync-translations.sh: Remove duplicated git diff --- scripts/sync-translations.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3