Skip to content

Commit

Permalink
Fix typo in make output (#8649)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAkhunov authored Nov 4, 2023
1 parent a77e33e commit 6b09679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon-lib/tools/golangci_lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
if ! which golangci-lint > /dev/null
then
echo "golangci-lint tool is not found, install it with:"
echo " make lintci-deps"
echo " make lint-deps"
echo "or follow https://golangci-lint.run/usage/install/"
exit 2
fi
Expand Down

0 comments on commit 6b09679

Please sign in to comment.