# File lib/chef/knife/cookbook_site_install.rb, line 129 def extract_cookbook(upstream_file, version) ui.info("Uncompressing #{@cookbook_name} version #{version}.") shell_out!("tar zxvf #{upstream_file}", :cwd => @install_path) end