mirror of
https://github.com/nishiki/manage-password.git
synced 2025-03-19 12:59:30 +00:00
minor fix id
This commit is contained in:
parent
2ffaa5114b
commit
cc339bbe98
1 changed files with 10 additions and 10 deletions
|
@ -110,7 +110,7 @@ class MPW
|
|||
@data.each do |item|
|
||||
next if item.empty?
|
||||
|
||||
data.merge!("#{item.user}@#{item.host}" => {'id' => item.id,
|
||||
data.merge!(item.id => { 'id' => item.id,
|
||||
'group' => item.group,
|
||||
'host' => item.host,
|
||||
'protocol' => item.protocol,
|
||||
|
|
Loading…
Add table
Reference in a new issue