aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cleanup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cleanup.rb b/Library/Homebrew/cleanup.rb
index 88d276bf4..4aa7ff114 100644
--- a/Library/Homebrew/cleanup.rb
+++ b/Library/Homebrew/cleanup.rb
@@ -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