summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/license_endpoint.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-09-07 16:42:47 -0700
committerGitHub <noreply@github.com>2021-09-07 16:42:47 -0700
commitc3f2805d1ff66b338375acd836ed2d2f86484ea3 (patch)
tree8ad7859463b22b84707664a3d9c74dc5b5085c94 /lib/chef_zero/endpoints/license_endpoint.rb
parent6bb6fcf2365329d3d1760221d36e3b4e17872e9f (diff)
parent5f25faf5c6961665aab6625e64bf09fb2a45d708 (diff)
downloadchef-zero-c3f2805d1ff66b338375acd836ed2d2f86484ea3.tar.gz
Merge pull request #316 from chef/https
Update http -> https links in tests / commments
Diffstat (limited to 'lib/chef_zero/endpoints/license_endpoint.rb')
-rw-r--r--lib/chef_zero/endpoints/license_endpoint.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/endpoints/license_endpoint.rb b/lib/chef_zero/endpoints/license_endpoint.rb
index 1e5aece..25922da 100644
--- a/lib/chef_zero/endpoints/license_endpoint.rb
+++ b/lib/chef_zero/endpoints/license_endpoint.rb
@@ -17,7 +17,7 @@ module ChefZero
"limit_exceeded" => (node_count > MAX_NODE_COUNT) ? true : false,
"node_license" => MAX_NODE_COUNT,
"node_count" => node_count,
- "upgrade_url" => "http://blah.com",
+ "upgrade_url" => "https://blah.com",
})
end
end