mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
fix typo in error message
This commit is contained in:
parent
74a785a888
commit
6bc6ba05b2
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ def main():
|
||||||
# Compare our unsigned one with the downloaded one...
|
# Compare our unsigned one with the downloaded one...
|
||||||
compare_result = common.compare_apks(srcapk, apkfile, tmp_dir)
|
compare_result = common.compare_apks(srcapk, apkfile, tmp_dir)
|
||||||
if compare_result:
|
if compare_result:
|
||||||
logging.error("...verfication failed - publish skipped : "
|
logging.error("...verification failed - publish skipped : "
|
||||||
+ compare_result)
|
+ compare_result)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue