aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cleanup.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cleanup.rb')
-rw-r--r--Library/Homebrew/cleanup.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cleanup.rb b/Library/Homebrew/cleanup.rb
index 2dba60bb9..88d276bf4 100644
--- a/Library/Homebrew/cleanup.rb
+++ b/Library/Homebrew/cleanup.rb
@@ -1,4 +1,4 @@
-require "bottles"
+require "utils/bottles"
require "formula"
require "thread"
@@ -67,7 +67,7 @@ module Homebrew
file = path
if Pathname::BOTTLE_EXTNAME_RX === file.to_s
- version = bottle_resolve_version(file) rescue file.version
+ version = Utils::Bottles.resolve_version(file) rescue file.version
else
version = file.version
end