From 75bbabeb40a0da656fe4fb76daf6b821df20968d Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 5 Jan 2021 18:13:09 +0100 Subject: [PATCH] fix path to ssh config so git-crypt can decrypt it --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index fda6b8c..5923fc3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -roles/dotfiles/files/ssh_config filter=git-crypt diff=git-crypt +files/ssh_config filter=git-crypt diff=git-crypt +