From 222dc7162616bd90548534c86569cb44d188dad1 Mon Sep 17 00:00:00 2001 From: bt Date: Sun, 29 Mar 2026 18:44:43 +0200 Subject: [docs] Fix typos --- hooks/pre-commit | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hooks/pre-commit') diff --git a/hooks/pre-commit b/hooks/pre-commit index 8336947..67a1b19 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -9,6 +9,8 @@ cd $(git rev-parse --show-toplevel) echo "Building docs" make -C docs txt make -C docs html +git add docs/rfc.html +git add docs/rfc.txt echo "Running tests before commit to main" go test ./... -- cgit v1.2.3