mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-07-13 01:33:23 -04:00
fix bug listing new key created in init
Oops, a typo with a ] in e53092cffa
This commit is contained in:
@@ -71,8 +71,8 @@ def genkey(keystore, repo_keyalias, password, keydname):
|
||||
raise BuildException("Failed to generate key", p.stdout)
|
||||
# now show the lovely key that was just generated
|
||||
p = FDroidPopen(['keytool', '-list', '-v',
|
||||
'-keystore', keystore, '-alias', repo_keyalias],
|
||||
'-storepass:file', config['keystorepassfile'])
|
||||
'-keystore', keystore, '-alias', repo_keyalias,
|
||||
'-storepass:file', config['keystorepassfile']])
|
||||
logging.info(p.stdout.strip() + '\n\n')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user