summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Danna <steve@chef.io>2015-02-08 11:02:30 +0000
committerSteven Danna <steve@chef.io>2015-02-08 11:02:30 +0000
commite6f6f84450f0dc67459d17280823ed2c6cf93ab0 (patch)
tree9b9de46d926a1239010e247cc99c6ba3e4f7ee97
parent74db11c60c3d39f72e4d09c88aa642af60bbb49d (diff)
parent2971b213a046c24d00fb2441ef853db23bfd19b9 (diff)
downloadchef-e6f6f84450f0dc67459d17280823ed2c6cf93ab0.tar.gz
Merge pull request #2879 from juliandunn/update-shell-branding
Update chef-shell branding from opscode.com to chef.io
-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 fd785e2f79..d516524765 100644
--- a/lib/chef/shell/ext.rb
+++ b/lib/chef/shell/ext.rb
@@ -211,8 +211,8 @@ E
def version
puts "This is the chef-shell.\n" +
" Chef Version: #{::Chef::VERSION}\n" +
- " http://www.opscode.com/chef\n" +
- " http://docs.opscode.com/"
+ " http://www.chef.io/\n" +
+ " http://docs.chef.io/"
:ucanhaz_automation
end
alias :shell :version