Skip to content

Commit 1bd2424

Browse files
fix cli_helper sub-module to use the correct path (#73)
1 parent 827c6f9 commit 1bd2424

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module(
1515
name = "score_tooling",
16-
version = "1.0.0",
16+
version = "1.0.1",
1717
compatibility_level = 1,
1818
)
1919

cli_helper/cli_helper.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ load("@aspect_rules_py//py:defs.bzl", "py_binary")
1515
def cli_helper(name, visibility):
1616
py_binary(
1717
name = name,
18-
srcs = ["@score_cli_helper//tool:cli_help_lib"],
18+
srcs = ["@score_tooling//cli_helper/tool:cli_help_lib"],
1919
visibility = visibility,
2020
)
2121

0 commit comments

Comments
 (0)