summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/license_endpoint.rb
diff options
context:
space:
mode:
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