From e56c0f9029610bab89cf55a90a798057339277ac Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 9 Jan 2024 15:07:21 +0000 Subject: [PATCH] github: Strip Generated-By in both places --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6e34535..f5ec11b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -66,7 +66,7 @@ jobs: pip install flask-babel - name: Linting run: | - sed -ri '/^"POT-Creation-Date: /d' snikket_web/translations/messages.pot + sed -ri '/^"POT-Creation-Date: /d;/^"Generated-By: /d' snikket_web/translations/messages.pot git add snikket_web/translations/messages.pot make extract_translations sed -ri '/^"POT-Creation-Date: /d;/^"Generated-By: /d' snikket_web/translations/messages.pot