Skip to content

Commit 3729cf4

Browse files
authored
Update run-go-critic.sh
1 parent d71901b commit 3729cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-go-critic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
if command -v gocritic &> /dev/null ; then
4-
echo "gocyclo not installed or available in the PATH" >&2
4+
echo "gocritic not installed or available in the PATH" >&2
55
echo "please check https://github.com/go-critic/go-critic" >&2
66
exit 1
77
fi

0 commit comments

Comments
 (0)