mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-03 22:57:22 +00:00
* tools: Remove redundant grep -v vendors/ This was used in conjunction with `go list <path>`, however `go list` already ignores the vendor directory. This made this `grep -v` redundant. * Missed an apostrophe