mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -04:00
Do not always fallback to master.
This commit is contained in:
parent
bcbcbb525f
commit
d76819390e
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user