mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-17 08:30:04 +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?
|
if not @remote.to_s.empty?
|
||||||
@local.list.each do |item|
|
@local.list.each do |item|
|
||||||
update = true
|
update = false
|
||||||
@remote.list.each do |r|
|
@remote.list.each do |r|
|
||||||
|
|
||||||
# Update item
|
# Update item
|
||||||
|
|
Loading…
Add table
Reference in a new issue