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: