cleanup: fix reversed prune time.

This commit is contained in:
Mike McQuaid 2015-08-16 17:50:33 +01:00
parent 76316a82cb
commit 9025719968

View File

@ -139,7 +139,7 @@ module Homebrew
return false unless prune_time
prune_time < path_modified_time
path_modified_time < prune_time
end
def eligible_for_cleanup?(formula)