2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-18 18:19:02 +00:00

fix typo frape -> frappe (#1073)

This commit is contained in:
Leonard Goertz 2023-02-02 12:59:35 +01:00 committed by GitHub
parent 0d37d6505f
commit 4a18d57e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)"