vault backup: 2025-01-19 17:41:52

This commit is contained in:
Nathan Price 2025-01-19 17:41:52 -05:00
parent 36b3ea406e
commit f2d17d633b
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg

View file

@ -29,5 +29,5 @@ make run
If 200+ files are claiming to be modified, you may need to disable filemode checking:
```bash
git config core.fileMode false
git config --global core.fileMode false
```