Skip to content

Commit 721e152

Browse files
committed
buildifier.fix
1 parent 6d6b24a commit 721e152

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/starlark_repository.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def _starlark_repository_impl(module_ctx):
6565
for attr in _starlark_repository_local_attrs.keys()
6666
if hasattr(tag, attr)
6767
}
68+
6869
# The user-facing attr is "path"; the underlying repo rule expects
6970
# "local_path" (a sibling of "urls" / "commit" / "version").
7071
kwargs["local_path"] = kwargs.pop("path")

0 commit comments

Comments
 (0)