fix(x/consensus): fix .proto file placement (#20646)

This commit is contained in:
Matt Kocubinski
2024-06-12 18:07:10 +00:00
committed by GitHub
parent b22269dde1
commit c36edbddbd
3 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e -o pipefail
set -e
REPO_ROOT="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )/.." &> /dev/null && pwd )"
export REPO_ROOT