summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian C. Dunn <jdunn@chef.io>2015-02-02 08:10:48 +0100
committerJulian C. Dunn <jdunn@chef.io>2015-02-02 08:10:48 +0100
commit0be348e319f3c73f69140e0c10d9ff4c8f86da7b (patch)
tree49c31dd964015fc01c47e0b184bfb5e4c6c5d841
parent703b75790decd2d7f1fc271f9311091b03023241 (diff)
downloadchef-0be348e319f3c73f69140e0c10d9ff4c8f86da7b.tar.gz
Make chef-full bootstrap use chef.io URL.
-rw-r--r--lib/chef/knife/bootstrap/chef-full.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/bootstrap/chef-full.erb b/lib/chef/knife/bootstrap/chef-full.erb
index dfd5df0071..f49fafa98b 100644
--- a/lib/chef/knife/bootstrap/chef-full.erb
+++ b/lib/chef/knife/bootstrap/chef-full.erb
@@ -22,7 +22,7 @@ exists() {
<% if knife_config[:bootstrap_install_command] %>
<%= knife_config[:bootstrap_install_command] %>
<% else %>
- install_sh="<%= knife_config[:bootstrap_url] ? knife_config[:bootstrap_url] : "https://www.opscode.com/chef/install.sh" %>"
+ install_sh="<%= knife_config[:bootstrap_url] ? knife_config[:bootstrap_url] : "https://www.chef.io/chef/install.sh" %>"
if ! exists /usr/bin/chef-client; then
echo "Installing Chef Client..."
if exists wget; then