Skip to content
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

Closed
wants to merge 0 commits into from

Conversation

ksubrama
Copy link

Fixed #1684

@ksubrama
Copy link
Author

/cc @chef/client-windows

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
Copy link
Author

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.

@btm
Copy link
Contributor

btm commented Jun 25, 2015

👍

else
path.to_s
#
# TODO: Move this to wherever util/path_helper is these days.
Copy link
Contributor

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...

@smurawski
Copy link
Contributor

👍

@ksubrama ksubrama closed this Jun 30, 2015
@ksubrama ksubrama deleted the ksubrama/path_space branch August 26, 2015 19:59
@chef chef locked and limited conversation to collaborators Nov 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants