fix: quote percent as mentioned in bench help

This commit is contained in:
Revant Nandgaonkar
2024-12-10 15:36:18 +05:30
parent 598c7dab43
commit 1505d125f1
7 changed files with 16 additions and 16 deletions

View File

@@ -71,7 +71,7 @@ def frappe_site(compose: Compose):
site_name = "tests.localhost"
compose.bench(
"new-site",
"--mariadb-user-host-login-scope=%",
"--mariadb-user-host-login-scope='%'",
"--db-root-password",
"123",
"--admin-password",
@@ -96,7 +96,7 @@ def erpnext_site(compose: Compose):
site_name = "test-erpnext-site.localhost"
args = [
"new-site",
"--mariadb-user-host-login-scope=%",
"--mariadb-user-host-login-scope='%'",
"--db-root-password",
"123",
"--admin-password",