mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
"main" is now our default branch for all our projects.
This commit is contained in:
@ -137,7 +137,7 @@ class ReleaseDownload(Source):
|
||||
|
||||
|
||||
class GitClone(Source):
|
||||
base_git_ref = "master"
|
||||
base_git_ref = "main"
|
||||
force_full_clone = False
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user