Fix makefile command for xgettext-go status build step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2025-08-27 11:24:02 -04:00
parent 0f0700e56c
commit 86e81dd7d0

View File

@ -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