From 8a6896e2762e75e6074943b5ffe94cbacefe840e Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 22 Mar 2026 04:09:05 -0400 Subject: [PATCH] Change default branch name from 'master' to 'main' in git.list function --- sys/modules/opus/git.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/opus/git.lua b/sys/modules/opus/git.lua index c4a17d7..dc3dbdb 100644 --- a/sys/modules/opus/git.lua +++ b/sys/modules/opus/git.lua @@ -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