mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 08:38:06 +08:00
gpg: --homedir should come before --list-secret-keys
This commit is contained in:
@@ -195,8 +195,8 @@ fi
|
||||
'--import-ownertrust', f.name]))
|
||||
|
||||
# Load agent and make sure it responds with the new identity
|
||||
check_call(keyring.gpg_command(['--list-secret-keys', args.user_id,
|
||||
'--homedir', homedir]))
|
||||
check_call(keyring.gpg_command(['--homedir', homedir,
|
||||
'--list-secret-keys', args.user_id]))
|
||||
|
||||
|
||||
def run_unlock(device_type, args):
|
||||
|
||||
Reference in New Issue
Block a user