From 90e945dc1431889dcbabc2b92e2162d88e5611aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Tom=C3=A0s?= Date: Thu, 10 Aug 2017 10:37:28 +0200 Subject: [PATCH] fixed erorr on gitattributes for .sh --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3d2dcef4e..ef8281262 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,7 @@ # Set default behavior to automatically normalize line endings. ############################################################################### * text=auto -* .sh text eol=lf +*.sh text eol=lf ############################################################################### # Set default behavior for command prompt diff.