mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
fix bug suffix
This commit is contained in:
parent
049ad927f2
commit
a01a28112a
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class MPWConfig
|
|||
'sync_host' => @sync_host,
|
||||
'sync_port' => @sync_port,
|
||||
'sync_pwd' => @sync_pwd,
|
||||
'sync_suffix' => @sync_uffix,
|
||||
'sync_suffix' => @sync_suffix,
|
||||
'last_update' => Time.now.to_i }}
|
||||
|
||||
begin
|
||||
|
|
Loading…
Reference in a new issue