From e095bbe9d6eed94f06251ab141cfd5d6ea300b00 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 27 Aug 2025 11:26:36 -0400 Subject: [PATCH] Fix check-pot-changes makefile command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 25a8394a..5e19be85 100644 --- a/Makefile +++ b/Makefile @@ -88,8 +88,8 @@ update-pot-po-metadata: .PHONY: check-pot-changes check-pot-changes: - @git diff pkg/i18n/locales/abra.pot | grepdiff --output-matching=hunk POT-Creation-Date | git apply --reverse - @git diff-index --quiet --cached HEAD -- + @git diff pkg/i18n/locales/abra.pot | grepdiff --output-matching=hunk POT-Creation-Date | git apply --reverse --allow-empty + @git diff-files --quiet .PHONY: build-mo build-mo: