Skip to content

Commit f814d32

Browse files
chrisirhcaignas
andauthored
Update docs/_includes/py_console_script_binary.md
Co-authored-by: Ignas Anikevicius <[email protected]>
1 parent 1b43ecc commit f814d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/py_console_script_binary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ load("@rules_python//python/entry_points:py_console_script_binary.bzl", "py_cons
6060
py_console_script_binary(
6161
name = "black",
6262
pkg = "@pip//black",
63-
interpreter = "/usr/bin/env python3",
63+
shebang = "#!/usr/bin/env python3",
6464
)
6565
```
6666

0 commit comments

Comments
 (0)