Update sops-setup script to fix issues found during re-initialization
This commit is contained in:
parent
69e6e23ca3
commit
a494c422cd
4
.sops/sops-setup.sh
Normal file → Executable file
4
.sops/sops-setup.sh
Normal file → Executable file
@ -18,7 +18,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Configure the git filters
|
# Configure the git filters
|
||||||
git config --local filter.sops.smudge $SOPS_DIR/decrypt-filter.sh %f
|
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.clean "$SOPS_DIR/encrypt-filter.sh %f"
|
||||||
git config --local filter.sops.required true
|
git config --local filter.sops.required true
|
||||||
git config --local diff.sops.textconv "sops decrypt"
|
git config --local diff.sops.textconv "sops decrypt"
|
Loading…
Reference in New Issue
Block a user