san-kumar / installer

Lambdaphp installer service
GNU General Public License v3.0
3 stars 0 forks source link

Dos2unix #4

Closed LeeGardiner closed 5 years ago

LeeGardiner commented 6 years ago

I'm finding issues deploying on unix/linux from the latest composer which would suggest its been edited using a windows format and not cleaned prior to commit.

find . -type f -exec dos2unix {} \;

This is resulting in a broken deploy function on unix/linux os, once again, attempted to PR this but unfortunately I do not have the appropriate rights.

san-kumar commented 5 years ago

Thanks. I've done this to all files in latest version!