We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a0a0c commit f1c839eCopy full SHA for f1c839e
cookbooks/boxcutter_chef/files/config/attribute_changed_handler.rb
@@ -16,7 +16,7 @@
16
# Skip attributes coming from ohai
17
next if precedence == :automatic
18
19
- Chef::Log.debug("Attributes changed:")
+ Chef::Log.debug('Attributes changed:')
20
21
frame = caller.find { |line| line.include?('cookbooks/') }
22
# Example Entry
0 commit comments