Skip to content

Commit

Permalink
fix: typo cash to crash
Browse files Browse the repository at this point in the history
Fixed typo in "Open source..." sentence
  • Loading branch information
ABHISHEK-KEDAR-21 committed Apr 14, 2020
1 parent 8a5e7e9 commit 6dd0118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/utils.py
Expand Up @@ -240,7 +240,7 @@ def update(pull=False, patch=False, build=False, requirements=False, backup=True
conf.update({ "maintenance_mode": 0, "pause_scheduler": 0 })
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):
Expand Down

0 comments on commit 6dd0118

Please sign in to comment.