summaryrefslogtreecommitdiff
path: root/ext/win32-eventlog
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-02-19 09:28:33 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-02-19 09:28:33 -0800
commit92bec4bb96d857f027068fc56af46c76c484fd50 (patch)
tree2cffea3fc9466d0c5e2baa7cc7630abb0ed7aecb /ext/win32-eventlog
parent6077b99f6ad1bc9a082f575f3818e69f05d8c8dc (diff)
downloadchef-92bec4bb96d857f027068fc56af46c76c484fd50.tar.gz
flip multiline function arguments aroundlcg/rubocop-0.37.2
no enforced trailing comma on arguments...
Diffstat (limited to 'ext/win32-eventlog')
-rw-r--r--ext/win32-eventlog/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32-eventlog/Rakefile b/ext/win32-eventlog/Rakefile
index 4788d73cae..5b1186cf13 100644
--- a/ext/win32-eventlog/Rakefile
+++ b/ext/win32-eventlog/Rakefile
@@ -45,7 +45,7 @@ task :register => EVT_SHARED_OBJECT do
:source => "Application",
:key_name => "Chef",
:event_message_file => dll_file,
- :category_message_file => dll_file,
+ :category_message_file => dll_file
)
rescue Errno::EIO => e
puts "Skipping event log registration due to missing privileges: #{e}"