summaryrefslogtreecommitdiff
path: root/tools/linter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linter.py')
-rw-r--r--tools/linter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linter.py b/tools/linter.py
index f51a8848b..2952e91ed 100644
--- a/tools/linter.py
+++ b/tools/linter.py
@@ -62,7 +62,7 @@ class DiffLinter:
if __name__ == '__main__':
parser = ArgumentParser()
- parser.add_argument("--branch", type=str, default='master',
+ parser.add_argument("--branch", type=str, default='main',
help="The branch to diff against")
parser.add_argument("--uncommitted", action='store_true',
help="Check only uncommitted changes")