ordercloud-api / headstart

A complete and opinionated eCommerce solution using OrderCloud as the backbone - built with .NET Core and Angular
MIT License
31 stars 74 forks source link

Fixes casing issues causing docker build error #410

Closed crhistianramirez closed 2 years ago

crhistianramirez commented 2 years ago

Linux cares quite a bit about casing, no issues on windows build. Thought I included this in last PR but I missed it because of how github tracks changes to casing on filenames

Basically they had Ordercloud instead of OrderCloud in the name (uppercase c vs lowercase c)