Merge pull request #1 from uepselon/fix_frape_typo

fix typo frape -> frappe
This commit is contained in:
Leonard Goertz 2023-02-02 11:22:21 +01:00 committed by GitHub
commit c65ce6e1af
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)"