From 1a70ba7c1779f908ee52ba61c2c6392204946ecd Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 27 Aug 2023 00:18:04 +0100 Subject: [PATCH] refactor(git-hooks): remove comment --- templates/git-hooks/prepare-commit-msg.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/git-hooks/prepare-commit-msg.twig b/templates/git-hooks/prepare-commit-msg.twig index 564cfab..069b4a4 100755 --- a/templates/git-hooks/prepare-commit-msg.twig +++ b/templates/git-hooks/prepare-commit-msg.twig @@ -13,7 +13,7 @@ set -euo pipefail -PROJECT_DIR=$(git rev-parse --show-toplevel) # Get the root directory of the repo +PROJECT_DIR=$(git rev-parse --show-toplevel) ISSUE_FILE="$PROJECT_DIR/.issue-id" if [ -f "${ISSUE_FILE}" ]; then