Skip to content

Commit

Permalink
pw_watch: Alias //pw_watch/py:bazel to //pw_watch:bazel for convenience
Browse files Browse the repository at this point in the history
Change-Id: I86781e58262644868c497102d0e34ab4f04345a3
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/259660
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Armando Montanez <[email protected]>
Docs-Not-Needed: Wyatt Hepler <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Pigweed-Auto-Submit: Wyatt Hepler <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
  • Loading branch information
255 authored and CQ Bot Account committed Jan 11, 2025
1 parent 6465286 commit 68cebbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pw_watch/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ load("//pw_build:compatibility.bzl", "incompatible_with_mcu")

package(default_visibility = ["//visibility:public"])

alias(
name = "bazel",
actual = "//pw_watch/py:bazel",
)

sphinx_docs_library(
name = "docs",
srcs = [
Expand Down
2 changes: 1 addition & 1 deletion pw_watch/py/pw_watch/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Run `cowsay` then `cowthink` when watched files change.
run.py cowsay "Hey, how are you?" , cowthink Not in moood to talk
The Bazel build's ``//pw_watch/py:bazel`` watch entrypoint invokes
The Bazel build's ``//pw_watch:bazel`` watch entrypoint invokes
``//pw_watch/py:run`` with ``bazelisk`` as the command prefix.
"""

Expand Down

0 comments on commit 68cebbd

Please sign in to comment.