Skip to content

Commit

Permalink
Merge pull request searxng#379 from searxng/fix-weblate-push-translat…
Browse files Browse the repository at this point in the history
…ions

[fix] make weblate.push.translations
  • Loading branch information
return42 committed Oct 4, 2021
2 parents 47eb836 + f4dd5b2 commit cebc0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage
Original file line number Diff line number Diff line change
Expand Up @@ -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
(
Expand Down

0 comments on commit cebc0e3

Please sign in to comment.