summaryrefslogtreecommitdiff
path: root/lib/chef/provider/script.rb
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-05-28 20:14:11 -0700
committerPete Higgins <pete@peterhiggins.org>2020-05-28 20:14:11 -0700
commitbce127c9d399a9870f0bf81c620323c3fa0e4470 (patch)
tree30bf80bac60539a87a1f1d7dcb19e6598c49d64b /lib/chef/provider/script.rb
parentd500d2967bfb4f8aab84b50df7a8e195ffd3899b (diff)
downloadchef-fix-chefstyle.tar.gz
WIP: let's see what breaks.fix-chefstyle
Diffstat (limited to 'lib/chef/provider/script.rb')
-rw-r--r--lib/chef/provider/script.rb2
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