From eb12127578568baea047185e4231160873b5e8e5 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 27 Aug 2025 11:24:02 -0400 Subject: [PATCH] Fix makefile command for `xgettext-go status` build step --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ae9d3c26..f9b59b9b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: commands: - apk add patchutils git make - cd /drone/src - - make update-pot-metadata check-pot-changes + - make update-pot-po-metadata check-pot-changes depends_on: - xgettext-go