mirror of
https://github.com/inspec/inspec
synced 2025-02-20 07:58:43 +00:00
Merge pull request #1286 from jerryaldrichiii/correct-inpsec-typo
Change `Inpsec` to `Inspec`
This commit is contained in:
commit
824a8f778f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ EOF
|
||||||
# verifies that the target e.g base/ssh exists
|
# verifies that the target e.g base/ssh exists
|
||||||
profile = uri.host + uri.path
|
profile = uri.host + uri.path
|
||||||
if !Compliance::API.exist?(config, profile)
|
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
|
end
|
||||||
new(target_url(profile, config), config)
|
new(target_url(profile, config), config)
|
||||||
rescue URI::Error => _e
|
rescue URI::Error => _e
|
||||||
|
|
Loading…
Add table
Reference in a new issue