Skip to content

Commit 8f3daa1

Browse files
authored
Merge pull request #25 from bazelbuild/mattmoor-patch-1
Note that "{HEAD}" is invalid, not special.
2 parents 979fca9 + ec109ce commit 8f3daa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Add the following to your `WORKSPACE` file to add the external repositories:
2424
git_repository(
2525
name = "io_bazel_rules_python",
2626
remote = "https://github.com/bazelbuild/rules_python.git",
27+
# NOT VALID! Replace this with a Git commit SHA.
2728
commit = "{HEAD}",
2829
)
2930

0 commit comments

Comments
 (0)