Merge pull request #1041 from chef/ssd/le-sigh

Typo supermarket -> compliance
This commit is contained in:
Christoph Hartmann 2016-09-09 18:48:57 +02:00 committed by GitHub
commit df487861fe

View file

@ -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