mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 02:40:07 +00:00
test(vcs): Fix VCS hook installation command
This commit is contained in:
parent
f92362b002
commit
3c0babc1eb
2
Makefile
2
Makefile
@ -244,4 +244,4 @@ src/allmydata/_version.py:
|
|||||||
tox --notest -p all | tee -a "$(@)"
|
tox --notest -p all | tee -a "$(@)"
|
||||||
|
|
||||||
$(VCS_HOOKS): .tox/create-venvs.log .pre-commit-config.yaml
|
$(VCS_HOOKS): .tox/create-venvs.log .pre-commit-config.yaml
|
||||||
"./$(<)/py36/bin/pre-commit" install --hook-type $(@:.git/hooks/%=%)
|
"./$(dir $(<))py36/bin/pre-commit" install --hook-type $(@:.git/hooks/%=%)
|
||||||
|
Loading…
Reference in New Issue
Block a user