Skip to content

Commit dcef21a

Browse files
author
M Parker
committed
Make Bash syntax lint about message consistent with other scripts in this repo.
1 parent b10f7b7 commit dcef21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-commit/1-bash_syntax.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function test_file {
4545

4646
case "${1}" in
4747
--about )
48-
echo "Check bash shell scripts for syntax errors."
48+
echo "Bash syntax lint."
4949
;;
5050
* )
5151
for file in `git diff-index --cached --name-only HEAD` ; do

0 commit comments

Comments
 (0)