diff --git a/bench/patches/v4/update_node.py b/bench/patches/v4/update_node.py index 17e358e9..5a18e015 100644 --- a/bench/patches/v4/update_node.py +++ b/bench/patches/v4/update_node.py @@ -18,7 +18,9 @@ def execute(bench_path): node_ver = Version(result.rstrip('\n').lstrip('v')) if node_ver < expected_node_ver: - click.echo('\nPlease update node version to 5.x before running "bench update".\n' - 'Installation instructions for CentOS and Ubuntu can be found on the following link,\n - '"https://www.metachris.com/2015/10/how-to-install-nodejs-5-on-centos-and-ubuntu/"\n\n') + click.echo('''Please update node version to 5.x before running "bench update". + 'Installation instructions for CentOS and Ubuntu can be found on the following link, + '"https://www.metachris.com/2015/10/how-to-install-nodejs-5-on-centos-and-ubuntu/" + + ''') sys.exit(1)