mirror of
https://github.com/frappe/bench.git
synced 2024-11-16 01:57:08 +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
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user