mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Fix mistake in 08287a1f
This commit is contained in:
parent
48e5f61391
commit
e080bb3983
@ -611,7 +611,7 @@ def make_index(apps, apks, repodir, archive, categories):
|
||||
|
||||
if not options.quiet:
|
||||
print "Creating signed index."
|
||||
print "Key fingerprint:", config['repo_pubkey_fingerprint']
|
||||
print "Key fingerprint:", repo_pubkey_fingerprint
|
||||
|
||||
#Create a jar of the index...
|
||||
p = subprocess.Popen(['jar', 'cf', 'index.jar', 'index.xml'],
|
||||
|
Loading…
Reference in New Issue
Block a user