Skip to content

Commit

Permalink
Solves recent typo
Browse files Browse the repository at this point in the history
Just introduced in 4e969e6
  • Loading branch information
lmrodriguezr committed Jan 14, 2019
1 parent 4e969e6 commit e58cdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cleanup-databases.rb
Expand Up @@ -18,7 +18,7 @@
next unless k == t
d = p.dataset(i)
next unless d.is_ref? and d.is_active?
i.cleanup_distances!
d.cleanup_distances!
end
end
end
Expand Down

0 comments on commit e58cdaa

Please sign in to comment.