diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-02-02 00:36:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-02 00:36:19 +0100 |
| commit | fc5f84a0cd34d085c44a8fa28245883e47ef5bcf (patch) | |
| tree | 5741da58e466e496f6319dc9c44390a5d1ed9b33 /scripts/git | |
| parent | 2289f98c1ee5d32aba37f4d46f5a8a6cb2a52641 (diff) | |
| parent | 519c227c4f4df81522e38b34e6a5ddfdb73f0def (diff) | |
| download | invidious-fc5f84a0cd34d085c44a8fa28245883e47ef5bcf.tar.gz invidious-fc5f84a0cd34d085c44a8fa28245883e47ef5bcf.tar.bz2 invidious-fc5f84a0cd34d085c44a8fa28245883e47ef5bcf.zip | |
Merge pull request #2827 from SamantazFox/more-code-cleanup
More code cleanup
Diffstat (limited to 'scripts/git')
| -rw-r--r-- | scripts/git/pre-commit | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/git/pre-commit b/scripts/git/pre-commit index e4a27750..4460b670 100644 --- a/scripts/git/pre-commit +++ b/scripts/git/pre-commit @@ -15,9 +15,3 @@ if [ ! -z "$changed_cr_files" ]; then git add $changed_cr_files fi - -# Locale equalizer -if [ ! -z $(git diff --name-only --cached -- locales/) ]; then - crystal run scripts/propagate-new-locale-keys.cr - git add locales > /dev/null -fi
\ No newline at end of file |
