[PATCH] D107142: [Bazel] Typo fix

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 30 02:37:40 PDT 2021


xgupta created this revision.
xgupta added a reviewer: GMNGeoffrey.
xgupta requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107142

Files:
  utils/bazel/README.md


Index: utils/bazel/README.md
===================================================================
--- utils/bazel/README.md
+++ utils/bazel/README.md
@@ -26,7 +26,7 @@
 
 1. `git clone https://github.com/llvm/llvm-project.git; cd llvm-project` if
    you don't have a checkout yet.
-2. Install Bazel at the version indicated by [.bazelversion](./bazelversion),
+2. Install Bazel at the version indicated by [.bazelversion](./.bazelversion),
    following the official instructions, if you don't have it installed yet:
    https://docs.bazel.build/versions/master/install.html.
 3. `cd utils/bazel`


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107142.363004.patch
Type: text/x-patch
Size: 597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210730/9f7d3e78/attachment.bin>


More information about the llvm-commits mailing list