From dd4ad9969b50be7cf0cc6bfa99a7fc8512477afb Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 09:11:15 +0000 Subject: [PATCH] feat: Updated scripts/githooks/commit-msg --- scripts/githooks/commit-msg | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/githooks/commit-msg b/scripts/githooks/commit-msg index bc76a56..66d3d8b 100644 --- a/scripts/githooks/commit-msg +++ b/scripts/githooks/commit-msg @@ -54,6 +54,7 @@ GITLINT_DIR="./_output/tools/go-gitlint" if ! command -v $GITLINT_DIR &>/dev/null; then echo "$GITLINT_DIR not found. Attempting to install it..." # Add the commands to download and install the go-gitlint tool here + go get github.com/stevemao/go-gitlint if [ $? -ne 0 ]; then printError "Failed to install $GITLINT_DIR. Please run 'make tools' OR 'make tools.verify.go-gitlint' make verto install it manually." exit 1