uninstall: fix indent
This commit is contained in:
parent
dee4c76e62
commit
2130cb8c86
@ -47,9 +47,9 @@ module Homebrew
|
|||||||
# If we delete Cellar/newname, then Cellar/oldname symlink
|
# If we delete Cellar/newname, then Cellar/oldname symlink
|
||||||
# can become broken and we have to remove it.
|
# can become broken and we have to remove it.
|
||||||
if HOMEBREW_CELLAR.directory?
|
if HOMEBREW_CELLAR.directory?
|
||||||
HOMEBREW_CELLAR.children.each do |rack|
|
HOMEBREW_CELLAR.children.each do |rack|
|
||||||
rack.unlink if rack.symlink? && !rack.resolved_path_exists?
|
rack.unlink if rack.symlink? && !rack.resolved_path_exists?
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user