mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +00:00
fix: Set proper branch to clone
Fixes https://github.com/frappe/bench/issues/1242
This commit is contained in:
parent
ad131f17c0
commit
217f27f511
@ -94,6 +94,7 @@ class AppMeta:
|
||||
|
||||
def _setup_details_from_name_tag(self):
|
||||
self.org, self.repo, self.tag = fetch_details_from_tag(self.name)
|
||||
self.tag = self.tag or self.branch
|
||||
|
||||
def _setup_details_from_installed_apps(self):
|
||||
self.org, self.repo, self.tag = os.path.split(
|
||||
|
Loading…
Reference in New Issue
Block a user