Rename master to main

Updated occurrences of "master" with "main".

Signed-off-by: Catalin Dumitru <catdum@amazon.com>
This commit is contained in:
Catalin Dumitru
2021-09-02 12:00:31 +03:00
committed by Andreea Florescu
parent 1311bfa03f
commit ae7db2d98a
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ if __name__ == '__main__':
The tests "test_benchmark.py" and "test_commit_format.py" work properly
on the local machine only when the environment variables REMOTE and
BASE_BRANCH are set. Otherwise the default values are "origin" for the
remote name of the upstream repository and "master" for the name of the
remote name of the upstream repository and "main" for the name of the
base branch, and these tests may not work as expected.
"""
)