summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/knife/cookbook_site_share.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/cookbook_site_share.rb b/lib/chef/knife/cookbook_site_share.rb
index adfdb3afe4..5760829f9d 100644
--- a/lib/chef/knife/cookbook_site_share.rb
+++ b/lib/chef/knife/cookbook_site_share.rb
@@ -48,7 +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")
+ ui.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