summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-10-25 14:24:17 -0700
committerTim Smith <tsmith84@gmail.com>2021-10-25 14:24:17 -0700
commit66839d5c4e6245d378d7fcb455d6372d014fd485 (patch)
treeead04d668423f5f01d7bca777275b4581deb7b0e
parent44b787ce503c55d2ea91d2d115f75eda6653f541 (diff)
downloadchef-66839d5c4e6245d378d7fcb455d6372d014fd485.tar.gz
Update habitat install script to use main branch
Avoid a branch redirect Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/habitat_install.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/habitat_install.rb b/lib/chef/resource/habitat_install.rb
index 86d979a35a..5fe77aca10 100644
--- a/lib/chef/resource/habitat_install.rb
+++ b/lib/chef/resource/habitat_install.rb
@@ -52,8 +52,8 @@ class Chef
property :name, String, default: "install habitat",
description: "Name of the resource block. This has no impact other than logging."
- property :install_url, String, default: "https://raw.githubusercontent.com/habitat-sh/habitat/master/components/hab/install.sh",
- description: "URL to the install script, default is from the [habitat repo](https://raw.githubusercontent.com/habitat-sh/habitat/master/components/hab/install.sh) ."
+ property :install_url, String, default: "https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh",
+ description: "URL to the install script, default is from the [habitat repo](https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh) ."
property :bldr_url, String,
description: "Optional URL to an alternate Habitat Builder."