From 7a89ccd53a6b5bec60bd60d636d08cd5d6981fb7 Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Mon, 15 Jan 2024 13:33:49 +0530 Subject: [PATCH] fix: wrong help string Signed-off-by: Akhil Narang --- bench/commands/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/commands/install.py b/bench/commands/install.py index 31ad59b6..a0f1fd41 100644 --- a/bench/commands/install.py +++ b/bench/commands/install.py @@ -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")