1
0
Fork 0
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:
nishiki 2014-01-15 20:52:59 +01:00
parent 049ad927f2
commit a01a28112a

View file

@ -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