2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 07:28:25 +00:00

fix: wrong help string

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang 2024-01-15 13:33:49 +05:30
parent 209f716b5b
commit 7a89ccd53a
No known key found for this signature in database
GPG Key ID: 9DCC61E211BF645F

View File

@ -77,7 +77,7 @@ def install_nginx(user=None):
setup_sudoers(user)
@click.command("virtualbox", help="Installs supervisor")
@click.command("virtualbox", help="Installs virtualbox")
def install_virtualbox():
run_playbook("vm_build.yml", tag="virtualbox")