diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e7580..c55110d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ * Test assertions for the expected violation messages. +### Fixed + +* The `pre-push` Git hook should use `./run test:commit` instead of `just test-commit` since `just` is no longer used. + ## 2023-11-22 ### Added diff --git a/templates/common/.githooks/pre-push.twig b/templates/common/.githooks/pre-push.twig index 176cd5d..c34b8e3 100755 --- a/templates/common/.githooks/pre-push.twig +++ b/templates/common/.githooks/pre-push.twig @@ -4,4 +4,4 @@ set -euo pipefail -just test-commit +./run test:commit