cleanup: cleanup go_cache

This commit is contained in:
Dominyk Tiller 2018-08-29 11:30:43 +01:00
parent 4598995a41
commit 318eb5054f
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -36,7 +36,7 @@ module CleanupRefinement
end end
def nested_cache? def nested_cache?
directory? && %w[glide_home java_cache npm_cache gclient_cache].include?(basename.to_s) directory? && %w[go_cache glide_home java_cache npm_cache gclient_cache].include?(basename.to_s)
end end
def prune?(days) def prune?(days)