Skip to content

Commit 2f69dc2

Browse files
committed
[docs] Add missing quotation mark after #73774
1 parent b85f1f9 commit 2f69dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/GettingStarted.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Getting the Source Code and Building LLVM
4343
* You are likely only interested in the main branch moving forward, if
4444
you don't want `git fetch` (or `git pull`) to download user branches, use:
4545

46-
``sed 's#fetch = +refs/heads/\*:refs/remotes/origin/\*#fetch = +refs/heads/main:refs/remotes/origin/main# -i llvm-project/.git/config``
46+
``sed 's#fetch = +refs/heads/\*:refs/remotes/origin/\*#fetch = +refs/heads/main:refs/remotes/origin/main#' -i llvm-project/.git/config``
4747

4848
#. Configure and build LLVM and Clang:
4949

0 commit comments

Comments
 (0)