Fix makefile command for xgettext-go status build step

This commit is contained in:
3wc
2025-08-27 11:24:02 -04:00
committed by 3wordchant
parent 82779b233b
commit eb12127578

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