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