From 3c0babc1ebab67729f3b52fbbc6740774dc3c839 Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Wed, 30 Sep 2020 07:36:16 -0700 Subject: [PATCH] test(vcs): Fix VCS hook installation command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0af19f6e0..d80018438 100644 --- a/Makefile +++ b/Makefile @@ -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/%=%)