[llvm] 2f69dc2 - [docs] Add missing quotation mark after #73774

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 9 22:19:12 PST 2023


Author: Fangrui Song
Date: 2023-12-09T22:19:08-08:00
New Revision: 2f69dc21876669a8252a0773001ba73781085ac7

URL: https://github.com/llvm/llvm-project/commit/2f69dc21876669a8252a0773001ba73781085ac7
DIFF: https://github.com/llvm/llvm-project/commit/2f69dc21876669a8252a0773001ba73781085ac7.diff

LOG: [docs] Add missing quotation mark after #73774

Added: 
    

Modified: 
    llvm/docs/GettingStarted.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 24ed7118ee814a..da9cc8aea6d32d 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -43,7 +43,7 @@ Getting the Source Code and Building LLVM
    * You are likely only interested in the main branch moving forward, if
      you don't want `git fetch` (or `git pull`) to download user branches, use:
 
-     ``sed 's#fetch = +refs/heads/\*:refs/remotes/origin/\*#fetch = +refs/heads/main:refs/remotes/origin/main# -i llvm-project/.git/config``
+     ``sed 's#fetch = +refs/heads/\*:refs/remotes/origin/\*#fetch = +refs/heads/main:refs/remotes/origin/main#' -i llvm-project/.git/config``
 
 #. Configure and build LLVM and Clang:
 


        


More information about the llvm-commits mailing list