mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Typo supermarket -> compliance
Signed-off-by: Steven Danna <steve@chef.io>
This commit is contained in:
parent
1c10d7fbb4
commit
4d2d0f2b67
1 changed files with 2 additions and 2 deletions
|
@ -40,11 +40,11 @@ module Compliance
|
|||
end
|
||||
|
||||
#
|
||||
# We want to save supermarket: in the lockfile rather than url: to
|
||||
# We want to save compliance: in the lockfile rather than url: to
|
||||
# make sure we go back through the ComplianceAPI handling.
|
||||
#
|
||||
def resolved_source
|
||||
{ supermarket: supermarket_profile_name }
|
||||
{ compliance: supermarket_profile_name }
|
||||
end
|
||||
|
||||
def to_s
|
||||
|
|
Loading…
Add table
Reference in a new issue