Skip to content

Commit 6a7d1d1

Browse files
committed
fixup
1 parent 61f1bba commit 6a7d1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/private/toolchains_repo.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def py_console_script_binary(name, **kwargs):
177177
**with_deprecation(
178178
kwargs,
179179
symbol_name = "py_console_script_binary",
180-
load_name = "entry_points:py_console_script_binary",
180+
load_name = "/entry_points:py_console_script_binary",
181181
python_version = "{python_version}",
182182
deprecated = "@{name}//:defs.bzl",
183183
),
@@ -358,7 +358,7 @@ def py_console_script_binary(name, **kwargs):
358358
**with_deprecation(
359359
kwargs,
360360
symbol_name = "py_console_script_binary",
361-
load_name = "entry_points:py_console_script_binary",
361+
load_name = "/entry_points:py_console_script_binary",
362362
python_version = "{python_version}",
363363
deprecated = "@{name}//{python_version}:defs.bzl",
364364
),

0 commit comments

Comments
 (0)