fourkitchens / pantheon-tools

Tools to run actions against a Pantheon site
GNU General Public License v3.0
16 stars 3 forks source link

fix: some filesystems are case-sensitive, make get-framework work #8

Closed generalredneck closed 1 year ago

generalredneck commented 1 year ago

Was getting the error:

./pantheon-module-report: line 8: ./functions/pantheon-get-FRAMEWORK: No such file or directory

Pretty self explanatory... I'm on a linux machine where the file system is case sensitive by default. Some Macs would be affected by this too.