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:
parent
a01a28112a
commit
d5c2af0867
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue