mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-15 19:56:11 +00:00
tools: Remove redundant grep -v vendors/ (#1996)
* 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
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
PKGS=$(go list github.com/tendermint/tendermint/... | grep -v /vendor/)
|
||||
PKGS=$(go list github.com/tendermint/tendermint/...)
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user