JamesAC42 / shovel

productivity tool for going deep in your work
https://ovel.sh
Other
35 stars 4 forks source link

fixing import errors #5

Closed enisaras closed 5 months ago

enisaras commented 5 months ago

Fixed small import errors

JamesAC42 commented 5 months ago

The correct file names are actually the capitalized versions, and I think git is messed up about this for some reason. On my local repo the file names are capitalized but when I cloned to the server they turned into lowercase versions for some reason. Not sure what to do about this- on the server I just manually renamed the files to the capital versions but I didn't commit that

enisaras commented 5 months ago

I’ll try changing the file names when I get home, if we ever want to build directly from this repo with some CD tool like Jenkins we need the file names to be correct.

enisaras commented 5 months ago

Changed the filenames and it works on my local now and shows correctly on GItHub. Can you test and merge?