diff --git a/Rakefile b/Rakefile index fb7097e3ea9db9a8aa45acc499c047a4b692f547..921fe44236c92a567135343967679c267718b42e 100644 --- a/Rakefile +++ b/Rakefile @@ -647,7 +647,7 @@ namespace :basebox do boxes.sort! { |a, b| basebox_date(a) <=> basebox_date(b) } boxes.pop boxes.each do |box| - if basebox_date(box) < Date.today - 365.0/3.0 + if basebox_date(box) < Date.today - 365.0/2.0 clean_up_basebox(box) end end