summaryrefslogtreecommitdiff
path: root/lib/chef/provider/batch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/batch.rb')
-rw-r--r--lib/chef/provider/batch.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/batch.rb b/lib/chef/provider/batch.rb
index bb294afd3f..ca9ec899e6 100644
--- a/lib/chef/provider/batch.rb
+++ b/lib/chef/provider/batch.rb
@@ -21,7 +21,6 @@ require "chef/provider/windows_script"
class Chef
class Provider
class Batch < Chef::Provider::WindowsScript
-
provides :batch, os: "windows"
def initialize(new_resource, run_context)
@@ -39,7 +38,6 @@ class Chef
def flags
@new_resource.flags.nil? ? "/c" : new_resource.flags + " /c"
end
-
end
end
end