Sort filenames (predictable order pls)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2025-08-27 12:59:01 -04:00
parent ce2f75b97b
commit 7168234604

View File

@ -17,7 +17,7 @@ run_xgettext_cmd() {
--keyword="$PLUGIN_KEYWORD" \
--sort-output \
${PLUGIN_COMMENTS_TAG:+--add-comments-tag=}${PLUGIN_COMMENTS_TAG}\
$(find . -name "*.go" -not -path '*vendor*')
$(find . -name "*.go" -not -path '*vendor*' | sort)
echo "--- end command ---"
}