From 40ce5a3e559c5b2f4bae0d94bff892cff8cf3689 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Tue, 12 Jan 2021 10:08:42 +0000 Subject: [PATCH] fix library file path (#8301) Co-authored-by: SaReN --- .build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.sh b/.build.sh index e48187f1c..1f7a14883 100755 --- a/.build.sh +++ b/.build.sh @@ -11,7 +11,7 @@ set -ue # - DEBUG # Source builder's functions library -. /usr/local/share/cosmos-sdk/buildlib.sh +. /usr/local/share/tendermint/buildlib.sh # These variables are now available # - BASEDIR