lib/ufo/cli/central/clean.rb in ufo-6.0.9 vs lib/ufo/cli/central/clean.rb in ufo-6.1.0
- old
+ new
@@ -2,9 +2,9 @@
class Clean < Base
def run
path = "#{ENV['HOME']}/.ufo/central"
sure?("Will remove folder with repo caches: #{pretty_home(path)}")
FileUtils.rm_rf(path)
- logger.info "Removed: #{pretty_home(path)}"
+ log "Removed: #{pretty_home(path)}"
end
end
end