chef / knife-windows

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

Use the Chef path_helper instead of the vendored version #467

Closed tas50 closed 5 years ago

tas50 commented 5 years ago

knife-windows currently has it's own path_helper library that was included because the path_helper in Chef 11 did not include the home method. We can assume everyone is on Chef 12 or later at this point and switch back to Chef's own helper.