jkeiser / knife-essentials

Knife commands to treat the Chef server like a filesystem
Apache License 2.0
81 stars 27 forks source link

Case-insensitive file systems can fail download when filename does not match object name #104

Open jkeiser opened 11 years ago

jkeiser commented 11 years ago

In a case-insensitive file system, if you have an object named Foo in a directory named foo, knife-essentials will not notice they are the same thing and will think Foo does not exist on the local filesystem and needs to be created. This can cause failure.