mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 16:00:28 +03:00
fix typos in strings
This commit is contained in:
parent
6b57cb6b7c
commit
d2216b756b
19 changed files with 20 additions and 20 deletions
|
|
@ -3268,7 +3268,7 @@ def deploy_build_log_with_rsync(appid, vercode, log_content,
|
|||
if retcode:
|
||||
logging.warning(_("failed deploying build logs to '{path}'").format(path=webroot))
|
||||
else:
|
||||
logging.info(_("deployeded build logs to '{path}'").format(path=webroot))
|
||||
logging.info(_("deployed build logs to '{path}'").format(path=webroot))
|
||||
|
||||
|
||||
def get_per_app_repos():
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ def main():
|
|||
parser.add_argument("--no-deploy", action="store_true", default=False,
|
||||
help=_("Do not deploy the new files to the repo"))
|
||||
parser.add_argument("--file", default='app/build/outputs/apk/*.apk',
|
||||
help=_('The the file to be included in the repo (path or glob)'))
|
||||
help=_('The file to be included in the repo (path or glob)'))
|
||||
parser.add_argument("--no-checksum", action="store_true", default=False,
|
||||
help=_("Don't use rsync checksums"))
|
||||
# TODO add --with-btlog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue