mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue