mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-09 14:50:58 +00:00
fix typo frape -> frappe (#1073)
This commit is contained in:
parent
0d37d6505f
commit
4a18d57e8d
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user