mirror of
https://github.com/inspec/inspec
synced 2024-11-27 23:20:33 +00:00
Merge pull request #1041 from chef/ssd/le-sigh
Typo supermarket -> compliance
This commit is contained in:
commit
df487861fe
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…
Reference in a new issue