1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-27 07:33:05 +00:00

remove check_config in read_data

This commit is contained in:
nishiki 2016-05-16 20:14:03 +02:00
parent 5f7e1ff800
commit f842bd63ee

View file

@ -36,7 +36,6 @@ class MPW
case f.full_name case f.full_name
when 'wallet/config.gpg' when 'wallet/config.gpg'
@config = YAML.load(decrypt(f.read)) @config = YAML.load(decrypt(f.read))
check_config
when 'wallet/meta.gpg' when 'wallet/meta.gpg'
data = decrypt(f.read) data = decrypt(f.read)