From 16e3069d39e941233f9e9be43ba533fa553d956e Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Wed, 28 Aug 2024 13:14:39 -0700 Subject: [PATCH] #3 Remove textconv filter so that we can see encrypted content when staged (peace of mind seeing the encrypted contents) --- .sops/sops-setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.sops/sops-setup.sh b/.sops/sops-setup.sh index 4658f741..2c94c2fb 100755 --- a/.sops/sops-setup.sh +++ b/.sops/sops-setup.sh @@ -20,5 +20,4 @@ fi # Configure the git filters git config --local filter.sops.smudge "$SOPS_DIR/decrypt-filter.sh %f" git config --local filter.sops.clean "$SOPS_DIR/encrypt-filter.sh %f" -git config --local filter.sops.required true -git config --local diff.sops.textconv "sops decrypt" \ No newline at end of file +git config --local filter.sops.required true \ No newline at end of file