From 5ef8e09c4317d6b2b04e2b7af0fc037cdfc3a19d Mon Sep 17 00:00:00 2001 From: Andre Date: Sat, 5 Oct 2024 13:30:37 -0400 Subject: [PATCH] Git: fix git-crypt path in .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 1c8be0a..35d7275 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -modules/secrets/** filter=git-crypt diff=git-crypt +modules/secrets/** filter=/run/current-system/sw/bin/git-crypt diff=/run/current-system/sw/bin/git-crypt