Skip to content

Commit a90b90c

Browse files
ohmayrparthea
andauthored
Update .generator/cli.py
Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent ab15622 commit a90b90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generator/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _determine_bazel_rule(api_path):
7474
)
7575
bazel_rule = result.stdout.strip()
7676
if not bazel_rule:
77-
raise ValueError(f"Bazel query `{query}` returned an empty bazel rule.")
77+
raise ValueError(f"Bazelisk query `{query}` returned an empty bazel rule.")
7878

7979
logger.info(f"Found Bazel rule: {bazel_rule}")
8080
return bazel_rule

0 commit comments

Comments
 (0)