mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
fix flowrate dep and test
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
#! /bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
LIB=$1
|
||||
|
||||
if [[ "$GLIDE" == "" ]]; then
|
||||
GLIDE=$GOPATH/src/github.com/tendermint/tendermint/glide.lock
|
||||
fi
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
LIB=$1
|
||||
|
||||
cat $GLIDE | grep -A1 $LIB | grep -v $LIB | awk '{print $2}'
|
||||
|
Reference in New Issue
Block a user