Skip to content

Commit 60dc998

Browse files
authored
Update requirements.bzl
1 parent de8f428 commit 60dc998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pip_install/requirements.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def compile_pip_requirements(
3939
4040
It also generates two targets for running pip-compile:
4141
42-
- validate with `bazel test <name>_test`
43-
- update with `bazel run <name>.update`
42+
- validate with `bazel test [name]_test`
43+
- update with `bazel run [name].update`
4444
4545
Args:
4646
name: base name for generated targets, typically "requirements".

0 commit comments

Comments
 (0)