From c6fb2a1f8963fde3976b17ead34714e17d8f4740 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Fri, 24 Apr 2026 11:20:40 +0200 Subject: [PATCH] gitattributes: fix language name (#8565) Spaces need to become dashes. Signed-off-by: Stephan Renatus --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 44f48beea2..1c3c2298eb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.rego.formatted linguist-language="Open Policy Agent" +*.rego.formatted linguist-language=Open-Policy-Agent