From e1f1b0972dda9dc1ed8ca490bdf3966820d5cb92 Mon Sep 17 00:00:00 2001 From: gavin Date: Tue, 14 Apr 2020 15:21:30 +0530 Subject: [PATCH] docs: mellow-er contribution message post update --- bench/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/utils.py b/bench/utils.py index e4a6c08b..35c985ad 100755 --- a/bench/utils.py +++ b/bench/utils.py @@ -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 crash 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 do give back by submitting bug reports, patches and fixes and be a part of the community :)") def copy_patches_txt(bench_path):