From ef5873bd5211f748189a2614b0aea1792e86c0a1 Mon Sep 17 00:00:00 2001 From: gregce Date: Wed, 27 Jun 2018 16:02:05 -0700 Subject: Remove outdated cfg=data" PiperOrigin-RevId: 202386041 --- site/docs/skylark/cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site') diff --git a/site/docs/skylark/cookbook.md b/site/docs/skylark/cookbook.md index 2852f55499..d382db065b 100644 --- a/site/docs/skylark/cookbook.md +++ b/site/docs/skylark/cookbook.md @@ -532,7 +532,7 @@ execute = rule( executable=True, attrs={ "command": attr.string(), - "data": attr.label_list(cfg="data", allow_files=True), + "data": attr.label_list(allow_files=True), }, ) ``` -- cgit v1.2.3