2
0
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:
Gavin D'souza 2021-12-28 12:35:06 +05:30
parent ad131f17c0
commit 217f27f511

View File

@ -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(