mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-07 11:55:33 +01:00
refactor(git-hooks): remove comment
This commit is contained in:
parent
452b779fa4
commit
1a70ba7c17
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
set -euo pipefail
|
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"
|
ISSUE_FILE="$PROJECT_DIR/.issue-id"
|
||||||
|
|
||||||
if [ -f "${ISSUE_FILE}" ]; then
|
if [ -f "${ISSUE_FILE}" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue