mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
fix: remove unused method
This commit is contained in:
parent
83fe41921c
commit
9ad8eba901
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ if options.key?(:init)
|
||||||
cli.load_config
|
cli.load_config
|
||||||
cli.get_wallet
|
cli.get_wallet
|
||||||
cli.setup_gpg_key(values[:gpg_key])
|
cli.setup_gpg_key(values[:gpg_key])
|
||||||
cli.setup_wallet_config
|
|
||||||
else
|
else
|
||||||
cli.load_config
|
cli.load_config
|
||||||
if values.empty?
|
if values.empty?
|
||||||
|
|
Loading…
Reference in a new issue