From 2f4938f30483bc4d002e58d02ee62e7441f8ab0b Mon Sep 17 00:00:00 2001 From: Stephan D Date: Sat, 8 Nov 2025 03:19:33 +0100 Subject: [PATCH] fx build fix --- ci/scripts/proto/generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/proto/generate.sh b/ci/scripts/proto/generate.sh index 83d37c3..8bb4477 100755 --- a/ci/scripts/proto/generate.sh +++ b/ci/scripts/proto/generate.sh @@ -3,7 +3,7 @@ set -euo pipefail SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" -REPO_ROOT="$(cd "${SCRIPT_DIR}/../.." && pwd)" +REPO_ROOT="$(cd "${SCRIPT_DIR}/../../.." && pwd)" API_DIR="${REPO_ROOT}/api" PROTO_DIR="./proto" PROTOC_BIN="${PROTOC:-protoc}"