diff options
author | Tim Smith <tsmith@chef.io> | 2017-12-14 15:18:43 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-12-15 08:16:28 -0800 |
commit | f47a13bf6384927df90194d852498a51aa694fe9 (patch) | |
tree | 0221a37ecdddddf9931d12f34261edbdbc8ae87b /lib/chef/resource/windows_task.rb | |
parent | 3b55abbb30fcb6a8cbb4f58b16023bcfc38a44f3 (diff) | |
download | chef-f47a13bf6384927df90194d852498a51aa694fe9.tar.gz |
Fix for readability and a failing test
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/windows_task.rb')
-rw-r--r-- | lib/chef/resource/windows_task.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_task.rb b/lib/chef/resource/windows_task.rb index a5fead7b13..344ce50b64 100644 --- a/lib/chef/resource/windows_task.rb +++ b/lib/chef/resource/windows_task.rb @@ -22,7 +22,7 @@ class Chef class Resource class WindowsTask < Chef::Resource - resource_name: :windows_task + resource_name :windows_task provides :windows_task, os: "windows" allowed_actions :create, :delete, :run, :end, :enable, :disable |