Merge pull request #1286 from jerryaldrichiii/correct-inpsec-typo

Change `Inpsec` to `Inspec`
This commit is contained in:
Christoph Hartmann 2016-11-09 08:30:15 -06:00 committed by GitHub
commit 824a8f778f

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