mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
[fix] typo #271
This commit is contained in:
parent
2e2ff56d0a
commit
40e2df9f2a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user