From 4a18d57e8d6366c4279513eea8ee8e4045966958 Mon Sep 17 00:00:00 2001 From: Leonard Goertz <49870752+uepselon@users.noreply.github.com> Date: Thu, 2 Feb 2023 12:59:35 +0100 Subject: [PATCH] fix typo frape -> frappe (#1073) --- development/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/installer.sh b/development/installer.sh index 399ff9b2..634e4fd8 100755 --- a/development/installer.sh +++ b/development/installer.sh @@ -135,7 +135,7 @@ get_apps_from_upstream() { echo "Client Name (from apps.json file)?" read -r client && client=${client:-develop_client} && get_client_apps -echo "Bench Directory Name? (give name of existing bench to just create a new site) (default: frape-bench)" +echo "Bench Directory Name? (give name of existing bench to just create a new site) (default: frappe-bench)" read -r bench_name && bench_name=${bench_name:-frappe-bench} && validate_bench_exists echo "Site Name? (should end with .localhost) (default: site1.localhost)"