2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-28 06:49:06 +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:
Gavin D'souza 2021-11-30 11:33:02 +05:30
parent 99d4e5af3c
commit 357fcc0bbd

View File

@ -58,7 +58,7 @@ class AppMeta:
class Healthcare(AppConfig):
dependencies = [{"frappe/erpnext": "~13.17.0"}]
"""
self.name = name
self.name = name.rstrip('/')
self.remote_server = "github.com"
self.to_clone = to_clone
self.on_disk = False