migrator: make headers more consistent.

Use `oh1` for moving kegs to a new directory.
This commit is contained in:
Mike McQuaid 2017-03-29 11:21:53 +01:00
parent 1606e5db6f
commit f3743e98b6

View File

@ -217,7 +217,7 @@ class Migrator
end end
end end
puts "Moving to: #{new_cellar}" oh1 "Moving #{Formatter.identifier(oldname)} children"
if new_cellar.exist? if new_cellar.exist?
FileUtils.mv(old_cellar.children, new_cellar) FileUtils.mv(old_cellar.children, new_cellar)
else else