Change default branch name from 'master' to 'main' in git.list function

This commit is contained in:
MayaTheShy
2026-03-22 04:09:05 -04:00
parent a18a8b7140
commit 8a6896e276

View File

@@ -15,7 +15,7 @@ function git.list(repository)
local user = table.remove(t, 1)
local repo = table.remove(t, 1)
local branch = table.remove(t, 1) or 'master'
local branch = table.remove(t, 1) or 'main'
local path
if not Util.empty(t) then