diff --git a/.woodpecker.yml b/.woodpecker.yml index 7e75d03..cbbfda2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,7 +11,7 @@ pipeline: for file in ./translations-*.po; do file2=$${file%.po} langcc=$${file2#\.\/translations\-} - if [ $langcc="es_419"]; then langcc="es419";fi + if [ "$langcc" = "es_419" ]; then langcc="es419"; fi stats=$(msgfmt --statistics $${file} 2>&1) numdone=$(echo $${stats%* translated*}) echo $stats $numdone