Change Inpsec to Inspec

Signed-off-by: Jerry Aldrich III <jerry@chef.io>
This commit is contained in:
Jerry Aldrich III 2016-11-08 11:19:49 -06:00
parent 542da4f7fb
commit cafa35e5ce

View file

@ -40,7 +40,7 @@ EOF
# verifies that the target e.g base/ssh exists
profile = uri.host + uri.path
if !Compliance::API.exist?(config, profile)
fail Inpsec::FetcherFailure, "The compliance profile #{profile} was not found on the configured compliance server"
fail Inspec::FetcherFailure, "The compliance profile #{profile} was not found on the configured compliance server"
end
new(target_url(profile, config), config)
rescue URI::Error => _e