mirror of
https://github.com/nishiki/manage-password.git
synced 2025-03-19 21:04:35 +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.setup(values)
|
||||||
cli.load_config
|
cli.load_config
|
||||||
cli.get_wallet
|
cli.get_wallet
|
||||||
cli.setup_gpg_key(options[:init])
|
cli.setup_gpg_key(values[:gpg_key])
|
||||||
cli.setup_wallet_config
|
cli.setup_wallet_config
|
||||||
else
|
else
|
||||||
cli.set_config(values)
|
cli.set_config(values)
|
||||||
|
|
Loading…
Add table
Reference in a new issue