collabnix / kubelabs

Get Started with Kubernetes
https://kubelabs.collabnix.com
Apache License 2.0
2.73k stars 941 forks source link

Fix case insensitive filename collisions on mac os filesystem #35

Closed akshitgrover closed 3 years ago

akshitgrover commented 4 years ago

Mac Os treats Network_Policies101/Deny_ingress_traffic_that_has_no_rules.md Network_Policies101/deny_ingress_traffic_that_has_no_rules.md As same file, To avoid losing content we need to rename these files.

sangam14 commented 4 years ago

Let's rename :blush: