class Chef::Knife::CookbookSiteDownload
Public Instance Methods
run()
click to toggle source
Calls superclass method
Chef::Knife::SupermarketDownload#run
# File lib/chef/knife/cookbook_site_download.rb, line 33 def run Chef::Log.warn("knife cookbook site download has been deprecated in favor of knife supermarket download. In #{Chef::Dist::PRODUCT} 16 (April 2020) this will result in an error!") super end