mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 17:24:41 +00:00
fix: using local clones if path is passed in get-app
This commit is contained in:
parent
593c7b737f
commit
5f37135ff2
@ -141,7 +141,7 @@ class AppMeta:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def url(self):
|
def url(self):
|
||||||
if self.is_url:
|
if self.is_url or self.from_apps or self.on_disk:
|
||||||
return self.name
|
return self.name
|
||||||
|
|
||||||
if self.use_ssh:
|
if self.use_ssh:
|
||||||
|
Loading…
Reference in New Issue
Block a user