diff options
| author | Pete Higgins <pete@peterhiggins.org> | 2020-05-28 20:14:11 -0700 |
|---|---|---|
| committer | Pete Higgins <pete@peterhiggins.org> | 2020-05-28 20:14:11 -0700 |
| commit | bce127c9d399a9870f0bf81c620323c3fa0e4470 (patch) | |
| tree | 30bf80bac60539a87a1f1d7dcb19e6598c49d64b | |
| parent | d500d2967bfb4f8aab84b50df7a8e195ffd3899b (diff) | |
| download | chef-fix-chefstyle.tar.gz | |
WIP: let's see what breaks.fix-chefstyle
| -rw-r--r-- | lib/chef/provider/script.rb | 2 | ||||
| -rw-r--r-- | lib/chef/provider/windows_script.rb | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/lib/chef/provider/windows_script.rb b/lib/chef/provider/windows_script.rb index f46acc60d9..7501a017db 100644 --- a/lib/chef/provider/windows_script.rb +++ b/lib/chef/provider/windows_script.rb @@ -21,7 +21,7 @@ require_relative "../mixin/windows_architecture_helper" class Chef class Provider - class WindowsScript < Chef::Provider::Script + class WindowsScript < Chef::Provider::Execute protected |
