You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Remove carriage return characters from specific configuration files.
find . -type f \( -name '.env' -o -name '.env.*' -o -name '*.yml'\) -exec sed -i -e 's/\r$//' {} \;||echo"[NOTICE] Performed CRLF line ending inspection. There are no issues with the non-existent files."