Skip to content

Commit 3dab961

Browse files
committed
Copy-paste error: run fish syntax lint in fish syntax linter.
1 parent bbe4783 commit 3dab961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-commit/1-fish_syntax.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function test_file {
1111
fi
1212

1313
if which -s fish ; then
14-
echo "Running PHP syntax lint..."
14+
echo "Running fish syntax lint..."
1515

1616
# Set -e before and +e after for _required_ linters (i.e.: that will prevent
1717
# commit, e.g.: syntax linters).

0 commit comments

Comments
 (0)