mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 05:47:53 +00:00
fix bug
This commit is contained in:
parent
e22ebecf36
commit
107e9047dd
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ module MPW
|
|||
|
||||
if not @remote.to_s.empty?
|
||||
@local.list.each do |item|
|
||||
update = true
|
||||
update = false
|
||||
@remote.list.each do |r|
|
||||
|
||||
# Update item
|
||||
|
|
Loading…
Reference in a new issue