1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00

nothing to do if no values

This commit is contained in:
Adrien Waksberg 2017-02-21 21:08:14 +01:00
parent 4b6de3575a
commit a117e8a618

View file

@ -110,7 +110,7 @@ else
else
cli.add_key(options[:gpg_key])
end
else
elsif not values.empty?
cli.setup_wallet_config(values)
end
end