summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-03-01 11:34:03 -0800
committerTim Smith <tsmith84@gmail.com>2021-03-01 11:34:03 -0800
commit4a34611ee48defe3fc80e3dd750fa5f3347ba884 (patch)
tree50e27691cc846aa2b982866402d61cbedea9dc49 /lib
parent2ea0c4fdba830855c2787431263be1a5849090f7 (diff)
downloadchef-4a34611ee48defe3fc80e3dd750fa5f3347ba884.tar.gz
Bump all deps to current and fix a spelling mistake
Get part of our pipeline green Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/compliance/default_attributes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/compliance/default_attributes.rb b/lib/chef/compliance/default_attributes.rb
index bf64a99369..eb3b9043ef 100644
--- a/lib/chef/compliance/default_attributes.rb
+++ b/lib/chef/compliance/default_attributes.rb
@@ -90,7 +90,7 @@ class Chef
"chef_node_attribute_enabled" => false,
# Should the built-in compliance phase run. True and false force the behavior. Nil does magic based on if you have
- # profies defined but do not have the audit cookbook enabled.
+ # profiles defined but do not have the audit cookbook enabled.
"compliance_phase" => nil
)
end