commit | ef5873bd5211f748189a2614b0aea1792e86c0a1 | [log] [tgz] |
---|---|---|
author | gregce <gregce@google.com> | Wed Jun 27 16:02:05 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Jun 27 16:03:14 2018 -0700 |
tree | 7b2f9dfe1c1c66654361044aca61ed37b480169f | |
parent | d790ce4027a4361e2ea821f56d236d4fe0e732c3 [diff] |
Remove outdated cfg=data" PiperOrigin-RevId: 202386041
diff --git a/site/docs/skylark/cookbook.md b/site/docs/skylark/cookbook.md index 2852f55..d382db0 100644 --- a/site/docs/skylark/cookbook.md +++ b/site/docs/skylark/cookbook.md
@@ -532,7 +532,7 @@ executable=True, attrs={ "command": attr.string(), - "data": attr.label_list(cfg="data", allow_files=True), + "data": attr.label_list(allow_files=True), }, ) ```