1
0
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:
Ciaran Gultnieks 2013-10-31 16:42:42 +00:00
parent 48e5f61391
commit e080bb3983

View File

@ -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'],