Fixed typo

This commit is contained in:
Andre Brisco 2021-01-27 11:25:30 -08:00
parent f514214284
commit 6adcf7d9a4

View File

@ -52,7 +52,7 @@ def _log_cargo_vendor(repository_ctx, result):
repository_ctx.execute(print, quiet = False) repository_ctx.execute(print, quiet = False)
vendor = repository_rule( vendor = repository_rule(
doc = "A rule used to vender the dependencies of a crate in the current workspace", doc = "A rule used to vendor the dependencies of a crate in the current workspace",
attrs = { attrs = {
"lockfile": attr.label( "lockfile": attr.label(
doc = "A lockfile providing the set of crates to vendor", doc = "A lockfile providing the set of crates to vendor",