# File lib/chef/knife/solo_clean.rb, line 22 def run validate! ui.msg "Cleaning up #{host}..." run_command "sudo rm -rf #{provisioning_path}" end