From a6f4e3fc4af9fba21dce0c197fb6a8a8c9746135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Wed, 6 Oct 2021 10:07:50 -0400 Subject: [PATCH] fix path to pre-commit hook --- howto/puppet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/puppet.md b/howto/puppet.md index 8c46eb77d..d91af3a57 100644 --- a/howto/puppet.md +++ b/howto/puppet.md @@ -294,7 +294,7 @@ manifests. To install those hooks, you should clone this repository: ... and deploy it as a pre-commit hook: - ln -s $PWD/puppet-git-hooks tor-puppet/.git/hooks/pre-commit + ln -s $PWD/puppet-git-hooks/pre-commit tor-puppet/.git/hooks/pre-commit A server-side validation hook hasn't been enabled yet because our manifests would sometimes fail and the hook was found to be somewhat -- GitLab