mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
fix: typo cash to crash
Fixed typo in "Open source..." sentence
This commit is contained in:
parent
8a5e7e9ec9
commit
6dd0118446
@ -240,7 +240,7 @@ def update(pull=False, patch=False, build=False, requirements=False, backup=True
|
|||||||
conf.update({ "maintenance_mode": 0, "pause_scheduler": 0 })
|
conf.update({ "maintenance_mode": 0, "pause_scheduler": 0 })
|
||||||
update_config(conf, bench_path=bench_path)
|
update_config(conf, bench_path=bench_path)
|
||||||
|
|
||||||
print("_" * 80 + "\nBench: Deployment tool for Frappe and Frappe Applications (https://frappe.io/bench).\nOpen source depends on your contributions, so please contribute bug reports, patches, fixes or cash and be a part of the community")
|
print("_" * 80 + "\nBench: Deployment tool for Frappe and Frappe Applications (https://frappe.io/bench).\nOpen source depends on your contributions, so please contribute bug reports, patches, fixes or crash and be a part of the community")
|
||||||
|
|
||||||
|
|
||||||
def copy_patches_txt(bench_path):
|
def copy_patches_txt(bench_path):
|
||||||
|
Loading…
Reference in New Issue
Block a user