From ea03d3f9ddc5cee45aa4671014cb192994504a0f Mon Sep 17 00:00:00 2001 From: Bs0Dd Date: Mon, 3 Jan 2022 15:38:12 +0100 Subject: [PATCH] Correct path --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e070e217..48765538 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,4 +5,4 @@ src/generated/**/.cache/cache text eol=lf src/generated/**/*.json text eol=lf # Files provided to VM. -src/main/resources/data/oc2/file_systems/**/*.lua text eol=lf +src/main/scripts/**/*.lua text eol=lf