From cdbefbc811ce858bbe5beec05ed742db15e81056 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 22 Dec 2020 22:51:38 +0100 Subject: [PATCH] fix git-crypt filter for ssh config --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f369391..fda6b8c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -roles/common/files/ssh_config filter=git-crypt diff=git-crypt +roles/dotfiles/files/ssh_config filter=git-crypt diff=git-crypt