alexweav / ADAF

Networked data acquisition and delivery for automobiles. TTU undergrad Capstone project
MIT License
2 stars 0 forks source link

Updated case on plugin file name #22

Closed mariots closed 6 years ago

mariots commented 6 years ago

This PR is to solve an issue I found with the way git changing directory names. When I originally named the fakePlugin, I used lower camel case. When I updated it in my local, I fixed it to PascalCase, however, git did not commit the PascalCase change. Git used the previous camelCase. I referenced this stackoverflow article to fix the issue.