2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-27 22:39:03 +00:00

fix: using local clones if path is passed in get-app

This commit is contained in:
Aradhya 2022-06-08 19:17:54 +05:30
parent 593c7b737f
commit 5f37135ff2

View File

@ -141,7 +141,7 @@ class AppMeta:
@property
def url(self):
if self.is_url:
if self.is_url or self.from_apps or self.on_disk:
return self.name
if self.use_ssh: