PSColor icon indicating copy to clipboard operation
PSColor copied to clipboard

Case Sensitivity Issue on Linux while Import-Module

Open asaboor-gh opened this issue 5 years ago • 1 comments

Your module manifest is PsColor.psd1 while module file is PSColor.psm1. So, there is different case of s after P which does not allow to import module in Linux. Kindly fix it. (I fixed by capitalizing it)

asaboor-gh avatar Sep 13 '20 01:09 asaboor-gh

I think @Davlind is using Windows, if so, my fix might not work when he checkout on his local machine b/c NTFS is NOT case sensitive.

athrunsun avatar Feb 03 '21 07:02 athrunsun