diff options
Diffstat (limited to 'lib/chef/provider/script.rb')
-rw-r--r-- | lib/chef/provider/script.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/script.rb b/lib/chef/provider/script.rb index cb4fcd8a22..de4b8e553f 100644 --- a/lib/chef/provider/script.rb +++ b/lib/chef/provider/script.rb @@ -23,7 +23,7 @@ require "forwardable" unless defined?(Forwardable) class Chef class Provider - class Script < Chef::Provider::Execute + class Script < Chef::Provider extend Forwardable provides :bash |