summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-10-25 15:13:56 -0700
committerGitHub <noreply@github.com>2021-10-25 15:13:56 -0700
commit2480fd9ddd1426b7b53885d85feb331c4263e55e (patch)
tree42728bad793ce59554e4a4aabe4586802dadcceb
parent9bae2d3c8a52a77bd64a8ac64bc0136b03aa5a04 (diff)
parent66839d5c4e6245d378d7fcb455d6372d014fd485 (diff)
downloadchef-2480fd9ddd1426b7b53885d85feb331c4263e55e.tar.gz
Merge pull request #12210 from chef/hab_branch
Update habitat install script to use main branch
-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 b87bb70bf4..daecc8d60a 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."