mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Change Inpsec
to Inspec
Signed-off-by: Jerry Aldrich III <jerry@chef.io>
This commit is contained in:
parent
542da4f7fb
commit
cafa35e5ce
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…
Add table
Reference in a new issue