Skip to content

Commit f1c839e

Browse files
committed
Make lintastic
1 parent e4a0a0c commit f1c839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/boxcutter_chef/files/config/attribute_changed_handler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Skip attributes coming from ohai
1717
next if precedence == :automatic
1818

19-
Chef::Log.debug("Attributes changed:")
19+
Chef::Log.debug('Attributes changed:')
2020

2121
frame = caller.find { |line| line.include?('cookbooks/') }
2222
# Example Entry

0 commit comments

Comments
 (0)