chiark / gitweb /
Fix mistake in 08287a1f
authorCiaran Gultnieks <ciaran@ciarang.com>
Thu, 31 Oct 2013 16:42:42 +0000 (16:42 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Thu, 31 Oct 2013 16:42:42 +0000 (16:42 +0000)
fdroidserver/update.py

index 273f1d37a7cf2cefb64f67c26798116b19d0eac3..45566d7917541afb8ff73f0852b97a9512bed259 100644 (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'],