From 00e36b6c772cdd44ee39a08a9fec17f46c9e7af2 Mon Sep 17 00:00:00 2001 From: trev Date: Sat, 17 May 2025 04:34:06 -0400 Subject: [PATCH] fix: change update path for protobuf deps --- .scripts/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/update.sh b/.scripts/update.sh index 9844e15..02f3ba4 100755 --- a/.scripts/update.sh +++ b/.scripts/update.sh @@ -12,6 +12,7 @@ if ! git diff --exit-code flake.lock; then fi echo "updating protobuf deps" +cd "${git_root}/proto" buf dep update if ! git diff --exit-code buf.lock; then git add buf.lock