class Chef::Knife::CookbookSiteUnshare

Public Instance Methods

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