summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-11-15 15:24:12 +0000
committerGitHub <noreply@github.com>2016-11-15 15:24:12 +0000
commitedb0af8d374b165aa0315a0348d40a7309c15cb8 (patch)
tree5aacb65e9d374cc38f3120c15d73784e5586a06e
parented93e0fb1644643cb0d064776b3283401dfba9a7 (diff)
parent4befa832af6624883bc5334e69d10b5f22d3e1ae (diff)
downloadchef-edb0af8d374b165aa0315a0348d40a7309c15cb8.tar.gz
Merge pull request #5544 from chef/https_shell
Output https links in chef-shell
-rw-r--r--lib/chef/shell/ext.rb4
1 files 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