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