diff options
Diffstat (limited to 'lib/chef/resource/batch.rb')
-rw-r--r-- | lib/chef/resource/batch.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/batch.rb b/lib/chef/resource/batch.rb index efe3f2205f..d79127e2f3 100644 --- a/lib/chef/resource/batch.rb +++ b/lib/chef/resource/batch.rb @@ -22,6 +22,7 @@ class Chef class Resource class Batch < Chef::Resource::WindowsScript + resource_name :batch provides :batch, os: "windows" def initialize(name, run_context=nil) |