Merge pull request #379 from searxng/fix-weblate-push-translations

[fix] make weblate.push.translations
dependabot/pip/master/sphinx-6.1.3
Markus Heiser 3 years ago committed by GitHub
commit cebc0e395b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -266,7 +266,7 @@ weblate.push.translations() {
if [ "$exitcode" -eq 42 ]; then
return 0
fi
if [ "$exitcode" ]; then
if [ "$exitcode" -gt 0 ]; then
return $exitcode
fi
(

Loading…
Cancel
Save