summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-11-23 11:56:55 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2014-11-23 11:56:55 -0800
commit9d383e7aa168c43441e3bc8465e8863c6c8c4686 (patch)
treea94893b4b03169b75dd666ff034bb5cbc9ba42d4
parent5427540f7f9a919d3032fb8b7c321b52bd0f3e3b (diff)
downloadchef-9d383e7aa168c43441e3bc8465e8863c6c8c4686.tar.gz
add warning
i'm not sure that knife cookbook site share even works at all any more.
-rw-r--r--lib/chef/knife/cookbook_site_share.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/knife/cookbook_site_share.rb b/lib/chef/knife/cookbook_site_share.rb
index b4a7873c71..adfdb3afe4 100644
--- a/lib/chef/knife/cookbook_site_share.rb
+++ b/lib/chef/knife/cookbook_site_share.rb
@@ -48,6 +48,7 @@ class Chef
:description => "Don't take action, only print what files will be upload to SuperMarket."
def run
+ Chef::Log.warn("This command is deprecated, please install the knife-supermarket gem and use knife supermarket share")
config[:cookbook_path] ||= Chef::Config[:cookbook_path]
if @name_args.length < 1