From 5b138356563d4e08a31d322a98a0a7ebcc636da9 Mon Sep 17 00:00:00 2001 From: jgautier-dd Date: Fri, 18 Jul 2025 10:56:06 -0700 Subject: [PATCH] pass in the repo root for the 'dir' argument --- buf/internal/repo.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/buf/internal/repo.bzl b/buf/internal/repo.bzl index d07bfdb..cafe328 100644 --- a/buf/internal/repo.bzl +++ b/buf/internal/repo.bzl @@ -71,6 +71,7 @@ def _buf_dependencies_impl(ctx): "fix", "-repo_root", ctx.path(""), + ctx.path(""), ] res = ctx.execute(cmd, quiet = False) if res.return_code != 0: