mirror of
https://github.com/frappe/bench.git
synced 2025-02-04 03:48:24 +00:00
Merge pull request #308 from mbauskar/master
[minor] minor fix in switch-to-v5 help message
This commit is contained in:
commit
8b405286fd
@ -162,7 +162,7 @@ def switch_to_v4(upgrade=False):
|
|||||||
@click.command('switch-to-v5')
|
@click.command('switch-to-v5')
|
||||||
@click.option('--upgrade',is_flag=True)
|
@click.option('--upgrade',is_flag=True)
|
||||||
def switch_to_v5(upgrade=False):
|
def switch_to_v5(upgrade=False):
|
||||||
"Switch frappe and erpnext to v4 branch"
|
"Switch frappe and erpnext to v5 branch"
|
||||||
from bench.app import switch_to_v5
|
from bench.app import switch_to_v5
|
||||||
switch_to_v5(upgrade=upgrade)
|
switch_to_v5(upgrade=upgrade)
|
||||||
print
|
print
|
||||||
|
Loading…
x
Reference in New Issue
Block a user