mirror of
https://github.com/frappe/bench.git
synced 2024-11-16 01:57:08 +00:00
docs: rename states.json file
This commit is contained in:
parent
5bb3b52f23
commit
56f7016e69
@ -159,7 +159,7 @@ class Bench(Base, Validator):
|
||||
class BenchApps(MutableSequence):
|
||||
def __init__(self, bench: Bench):
|
||||
self.bench = bench
|
||||
self.states_path = os.path.join(self.bench.name, "sites", "apps_states.json")
|
||||
self.states_path = os.path.join(self.bench.name, "sites", "apps.json")
|
||||
self.apps_path = os.path.join(self.bench.name, "apps")
|
||||
self.initialize_apps()
|
||||
self.set_states()
|
||||
|
Loading…
Reference in New Issue
Block a user