mirror of
https://github.com/inspec/inspec
synced 2025-02-17 14:38:43 +00:00
Merge pull request #483 from chef/chris-rock/fix-cc-upload
fix cc upload
This commit is contained in:
commit
a47026223b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ module Compliance
|
|||
o = options.dup
|
||||
configure_logger(o)
|
||||
# check the profile, we only allow to upload valid profiles
|
||||
profile = Inspec::Profile.from_path(path, o)
|
||||
profile = Inspec::Profile.for_target(path, o)
|
||||
|
||||
# start verification process
|
||||
error_count = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue