mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Typo
This commit is contained in:
parent
9a4fe8c7cd
commit
7bf74d47bb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue