mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Typo
This commit is contained in:
parent
9a4fe8c7cd
commit
7bf74d47bb
@ -782,7 +782,7 @@ def make_index(apps, apks, repodir, archive, categories):
|
||||
|
||||
if not options.quiet:
|
||||
logging.info("Creating signed index.")
|
||||
logging.info("Key fingerprint:", repo_pubkey_fingerprint)
|
||||
logging.info("Key fingerprint: %s", repo_pubkey_fingerprint)
|
||||
|
||||
#Create a jar of the index...
|
||||
p = FDroidPopen(['jar', 'cf', 'index.jar', 'index.xml'], cwd=repodir)
|
||||
|
Loading…
Reference in New Issue
Block a user