mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
fix typo in error message
This commit is contained in:
parent
74a785a888
commit
6bc6ba05b2
@ -153,7 +153,7 @@ def main():
|
||||
# Compare our unsigned one with the downloaded one...
|
||||
compare_result = common.compare_apks(srcapk, apkfile, tmp_dir)
|
||||
if compare_result:
|
||||
logging.error("...verfication failed - publish skipped : "
|
||||
logging.error("...verification failed - publish skipped : "
|
||||
+ compare_result)
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user