We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6b24a commit 721e152Copy full SHA for 721e152
1 file changed
extensions/starlark_repository.bzl
@@ -65,6 +65,7 @@ def _starlark_repository_impl(module_ctx):
65
for attr in _starlark_repository_local_attrs.keys()
66
if hasattr(tag, attr)
67
}
68
+
69
# The user-facing attr is "path"; the underlying repo rule expects
70
# "local_path" (a sibling of "urls" / "commit" / "version").
71
kwargs["local_path"] = kwargs.pop("path")
0 commit comments