forked from OSchip/llvm-project
[NFC][gn build] Inclusive language: replace master with main in sync_source_lists_from_cmake.py
[NFC] As part of using inclusive language within the llvm project and to match the renamed master branch, this patch replaces master with main in sync_source_lists_from_cmake.py. Reviewed By: thakis Differential Revision: https://reviews.llvm.org/D113926
This commit is contained in:
parent
649d953716
commit
76313f8ec9
|
@ -11,7 +11,7 @@ binaries have corresponding BUILD.gn files.
|
|||
|
||||
If --write is passed, tries to write modified .gn files and adds one git
|
||||
commit for each cmake commit this merges. If an error is reported, the state
|
||||
of HEAD is unspecified; run `git reset --hard origin/master` if this happens.
|
||||
of HEAD is unspecified; run `git reset --hard origin/main` if this happens.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
|
Loading…
Reference in New Issue