From 79cb79bca4d6a97e1b258f8478335535f4277176 Mon Sep 17 00:00:00 2001 From: Cla Date: Sun, 4 Feb 2024 15:26:44 +0100 Subject: [PATCH] Test for shellckeck Introduce a small problem to test shellckeck --- scripts/gitlint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gitlint.sh b/scripts/gitlint.sh index 320c909..8359edb 100755 --- a/scripts/gitlint.sh +++ b/scripts/gitlint.sh @@ -3,4 +3,4 @@ set -e BRANCH=$(git rev-parse --abbrev-ref HEAD) gitlint --version printf "Documentation: https://jorisroovers.com/gitlint/latest/\n\n" -gitlint --commits "$BRANCH" +gitlint --commits $BRANCH