Closes #693 - Fix issue with vuestorefront having wrong folder name by Thomas-Boi · Pull Request #765 · devicons/devicon
Conversation
This should fixes #693.
Git doesn't track capital-sensitivity in file paths, thus a simple file name changes locally doesn't fix it. This PR basically removes the folder in one commit and restore it in a different name in another, hopefully causes git to track it.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Git doesn't track capital-sensitivity in file paths
yep, I had this problem in other projects as well.. You came up with a solution, I will use it in some other cases 👍🏻
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for pointing this out and for the fix. 🙂
GCHQDeveloper926 pushed a commit to GCHQDeveloper926/devicon that referenced this pull request
Dec 20, 2024…r name (devicons#765) * Remove vueStorefront * Readd vuestorefront in proper folder name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters