From 4befa832af6624883bc5334e69d10b5f22d3e1ae Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 14 Nov 2016 20:56:02 -0800 Subject: Output https links in chef-shell Signed-off-by: Tim Smith --- lib/chef/shell/ext.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chef/shell/ext.rb b/lib/chef/shell/ext.rb index 0c10309521..9e0c3a749c 100644 --- a/lib/chef/shell/ext.rb +++ b/lib/chef/shell/ext.rb @@ -211,8 +211,8 @@ module Shell def version puts "This is the chef-shell.\n" + " Chef Version: #{::Chef::VERSION}\n" + - " http://www.chef.io/\n" + - " http://docs.chef.io/" + " https://www.chef.io/\n" + + " https://docs.chef.io/" :ucanhaz_automation end alias :shell :version -- cgit v1.2.1