mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
Do not always fallback to master.
This commit is contained in:
@ -142,7 +142,7 @@ class GitClone(Source):
|
||||
|
||||
@property
|
||||
def release_git_ref(self):
|
||||
return main_project_versions.get(self.name, "master")
|
||||
return main_project_versions.get(self.name, self.base_git_ref)
|
||||
|
||||
@property
|
||||
def source_dir(self):
|
||||
|
Reference in New Issue
Block a user