aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--site/docs/skylark/cookbook.md2
1 files changed, 1 insertions, 1 deletions
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),
},
)
```