test(vcs): Fix VCS hook installation command

This commit is contained in:
Ross Patterson 2020-09-30 07:36:16 -07:00
parent f92362b002
commit 3c0babc1eb

View File

@ -244,4 +244,4 @@ src/allmydata/_version.py:
tox --notest -p all | tee -a "$(@)"
$(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/%=%)