-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use windows paths without case-sensitivity. #3572
Conversation
/cc @chef/client-windows |
7d60658
to
e2641bb
Compare
e2641bb
to
a1ad91b
Compare
result = Chef::ChefFS::PathUtils.join(*(['..']*(source_parts.length-i) + dest_parts[i,dest.length-i])) | ||
result == '' ? '.' : result | ||
end | ||
# A Chef-FS path is a path in a chef-repository that can be used to address |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/cc @charlesjohnson You wanted doc details for Chef-FS paths.
a1ad91b
to
c9e2311
Compare
👍 |
else | ||
path.to_s | ||
# | ||
# TODO: Move this to wherever util/path_helper is these days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like chef-config/path_helper? Though I wonder how much sense that makes...
👍 |
c9e2311
to
ee67daf
Compare
ee67daf
to
f325026
Compare
Fixed #1684