Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet committed Dec 11, 2023
1 parent 42edac4 commit 02258f5
Show file tree
Hide file tree
Showing 4 changed files with 731 additions and 713 deletions.
2 changes: 1 addition & 1 deletion ecosystem/lava-sdk/scripts/prepare_protobufs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function prepare() {
exit 1
fi

specific_dir="$GOPATH/pkg/mod/github.com/lavanet/[email protected].20231206103345-2d840a1d27f9"
specific_dir="$GOPATH/pkg/mod/github.com/lavanet/[email protected].20231211141641-2a9ea55b724d"

if [[ ! -d "$specific_dir" ]]; then
echo "Error: The cosmos-sdk directory ('$specific_dir') does not exist under '$GOPATH/pkg/mod'." >&2
Expand Down
2 changes: 2 additions & 0 deletions ecosystem/lava-sdk/scripts/protoc_grpc_relay.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
source ./scripts/prepare_protobufs.sh
# in some cases there will be persmission denied so use -s.
echo "to use sudo add -s"

# Flag variable
use_sudo=false
Expand Down
Loading

0 comments on commit 02258f5

Please sign in to comment.