Skip to content
Snippets Groups Projects
Commit c5bfc932 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

cleanup: fix bottle reference.

Closes #214.
Closes #215.
parent 549c86df
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ module Homebrew
f.version > version
end
if file_is_stale || ARGV.switch?("s") && !f.installed? || bottle_file_outdated?(f, file)
if file_is_stale || ARGV.switch?("s") && !f.installed? || Utils::Bottles::file_outdated?(f, file)
cleanup_path(file) { file.unlink }
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment