Skip to content

Commit 058a6f6

Browse files
committed
Test for shellckeck
Introduce a small problem to test shellckeck
1 parent e94c936 commit 058a6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gitlint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ set -e
33
BRANCH=$(git rev-parse --abbrev-ref HEAD)
44
gitlint --version
55
printf "Documentation: https://jorisroovers.com/gitlint/latest/\n\n"
6-
gitlint --commits "$BRANCH"
6+
gitlint --commits $BRANCH
77

0 commit comments

Comments
 (0)