diff options
Diffstat (limited to 'lib/chef/provider/batch.rb')
-rw-r--r-- | lib/chef/provider/batch.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/batch.rb b/lib/chef/provider/batch.rb index dae1513a51..21dc8f84dd 100644 --- a/lib/chef/provider/batch.rb +++ b/lib/chef/provider/batch.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require "chef/provider/windows_script" +require_relative "windows_script" class Chef class Provider |