diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-15 21:13:17 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-15 21:13:17 +0200 |
| commit | 4e2ad1eac476219f06503373cebb449b0dc398ba (patch) | |
| tree | faf1a797e98b276ee5d2fa9e78461e501f53ea77 /.gitattributes | |
| parent | 8790f632fe0943f5eb616897a3072b4d182a5319 (diff) | |
Fix: Update path
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 76ebdb6..f5b9986 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Interpret .json & .blake2b test data files as binary (not text) # Otherwise test signatures made with different line endings will become invalid # Use LF for created .json files, also on Windows -src/test_data/**/*.json -text eol=lf -src/test_data/**/*.blake2b -text +internal/test_data/**/*.json -text eol=lf +internal/test_data/**/*.blake2b -text |
