You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each time we try to create a link on Windows we check the system to see if symbolic links are supported. All the versions of windows we support can make symbolic links so we're wasting our time with this check.
Chef Version
master
Platform Version
Windows
Here's the portion of the link resource where we start the call:
Description
Each time we try to create a link on Windows we check the system to see if symbolic links are supported. All the versions of windows we support can make symbolic links so we're wasting our time with this check.
Chef Version
master
Platform Version
Windows
Here's the portion of the link resource where we start the call:
chef/lib/chef/resource/link.rb
Line 81 in 8846dbc
There's also logic in the File class and various tests that should all be removed.
The text was updated successfully, but these errors were encountered: