chef / knife-windows

Plugin for Chef's knife tool for working with Windows nodes
Apache License 2.0
152 stars 110 forks source link

Substitute require for require_relative #487

Closed tas50 closed 4 years ago

tas50 commented 4 years ago

require_relative is significantly faster and should be used when available.

Signed-off-by: Tim Smith tsmith@chef.io