mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
CHORE: Casing correction of product name from Inspec to InSpec (#78)
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
427fab3f6c
commit
8323ecd5c5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
require "chef-licensing"
|
||||
ChefLicensing.configure do |config|
|
||||
config.chef_product_name = "Inspec"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue