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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cleanup.rb b/Library/Homebrew/cleanup.rb
index ebb570583..265f06d26 100644
--- a/Library/Homebrew/cleanup.rb
+++ b/Library/Homebrew/cleanup.rb
@@ -33,7 +33,7 @@ module Homebrew
def self.cleanup_logs
return unless HOMEBREW_LOGS.directory?
HOMEBREW_LOGS.subdirs.each do |dir|
- cleanup_path(dir) { dir.rmtree } if prune?(dir, :days_default => 14)
+ cleanup_path(dir) { dir.rmtree } if prune?(dir, days_default: 14)
end
end