Fix incorrect windows link

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Joshua Nelson 2020-09-30 21:01:48 -04:00 committed by Joshua Nelson
parent a4a89a549d
commit 219c8df6dc
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ ln -s ../../ci/check_line_lengths.sh .git/hooks/pre-commit
On Windows: On Windows:
```powershell ```powershell
cd .git/hooks && New-Item -Path ../../.git_hooks/* -ItemType SymbolicLink -Value . && cd ../.. New-Item -Path .git/hooks/pre-commit -ItemType HardLink -Value <absolute_path/to/check_line_lengths.sh>
``` ```
### Link Validations ### Link Validations