fix: typo

This commit is contained in:
David Arnold 2023-11-09 19:22:17 +01:00
parent e88fa11cdc
commit 890becda33
No known key found for this signature in database
GPG key ID: AB15A6AF1101390D

View file

@ -51,7 +51,7 @@ from frappe.exceptions import SiteNotSpecifiedError
@click.option(
"--setup-db/--no-setup-db",
default=True,
help="Create user and database in mariadb/postgres; only boostrap if false",
help="Create user and database in mariadb/postgres; only bootstrap if false",
)
def new_site(
site,