From aecaa69e9066cc2ad4babee205fa92e39eeae41b Mon Sep 17 00:00:00 2001 From: Carlo Corradini Date: Tue, 22 Aug 2023 14:29:29 +0200 Subject: [PATCH] chore(check.sh): comment --- check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/check.sh b/check.sh index 6db287c..6bd7b6c 100755 --- a/check.sh +++ b/check.sh @@ -233,6 +233,7 @@ verify_gitattributes() { # ================ # CONFIGURATION # ================ +# Git directory GIT_DIR=".git" # Log level LOG_LEVEL=$LOG_LEVEL_INFO