Skip to content

Commit e677313

Browse files
authored
Update build_database.py
1 parent 7900262 commit e677313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
root = pathlib.Path(__file__).parent.resolve()
88

9-
def created_changed_times(repo_path, ref="master"):
9+
def created_changed_times(repo_path, ref="main"):
1010
created_changed_times = {}
1111
repo = git.Repo(repo_path, odbt=git.GitDB)
1212
commits = reversed(list(repo.iter_commits(ref)))

0 commit comments

Comments
 (0)