1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-17 08:30:04 +00:00

fix bug suffix

This commit is contained in:
nishiki 2014-01-15 20:55:17 +01:00
parent a01a28112a
commit d5c2af0867

View file

@ -86,7 +86,7 @@ class MPWConfig
@sync_host = config['config']['sync_host']
@sync_port = config['config']['sync_port']
@sync_pwd = config['config']['sync_pwd']
@sync_sufix = config['config']['sync_suffix']
@sync_suffix = config['config']['sync_suffix']
@last_update = config['config']['last_update'].to_i
if @key.empty? || @file_gpg.empty?