mirror of
https://github.com/nishiki/manage-password.git
synced 2025-03-19 12:59:30 +00:00
fix gpg key name
This commit is contained in:
parent
7b24e10e70
commit
36e0f83175
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ if not options[:init].nil?
|
|||
cli.setup(values)
|
||||
cli.load_config
|
||||
cli.get_wallet
|
||||
cli.setup_gpg_key(options[:init])
|
||||
cli.setup_gpg_key(values[:gpg_key])
|
||||
cli.setup_wallet_config
|
||||
else
|
||||
cli.set_config(values)
|
||||
|
|
Loading…
Add table
Reference in a new issue