mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 00:37:51 +00:00
fix: Trailing slash not setting app name properly
Re-do of https://github.com/frappe/bench/pull/1021, somewhat
This commit is contained in:
parent
99d4e5af3c
commit
357fcc0bbd
@ -58,7 +58,7 @@ class AppMeta:
|
|||||||
class Healthcare(AppConfig):
|
class Healthcare(AppConfig):
|
||||||
dependencies = [{"frappe/erpnext": "~13.17.0"}]
|
dependencies = [{"frappe/erpnext": "~13.17.0"}]
|
||||||
"""
|
"""
|
||||||
self.name = name
|
self.name = name.rstrip('/')
|
||||||
self.remote_server = "github.com"
|
self.remote_server = "github.com"
|
||||||
self.to_clone = to_clone
|
self.to_clone = to_clone
|
||||||
self.on_disk = False
|
self.on_disk = False
|
||||||
|
Loading…
Reference in New Issue
Block a user