diff --git a/lib/inspec/utils/licensing_config.rb b/lib/inspec/utils/licensing_config.rb index 191e9865c..ef11832d0 100644 --- a/lib/inspec/utils/licensing_config.rb +++ b/lib/inspec/utils/licensing_config.rb @@ -4,6 +4,6 @@ ChefLicensing.configure do |config| config.chef_product_name = "InSpec" config.chef_entitlement_id = "3ff52c37-e41f-4f6c-ad4d-365192205968" config.chef_executable_name = "inspec" - config.license_server_url = "https://licensing.chef.co/License" + config.license_server_url = "https://services.chef.io/licensing" config.logger = Inspec::Log end