From 9441dc1b71c7d8ed84864e62cd44f6d4b7e20e6f Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 27 May 2021 14:20:05 -0600 Subject: [PATCH] Update wording on the Git repo part of the script. --- starter_theme.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/starter_theme.sh b/starter_theme.sh index 80dc8f3..cf434c2 100644 --- a/starter_theme.sh +++ b/starter_theme.sh @@ -36,7 +36,8 @@ fi # fe_setup.sh script runs from here on. echo What is the theme name? \(This value should be all lowercase, and will replace \'yellowpencil\' in the starter theme.\) read theme_name -echo What is the URL of the project repository? \(This should follow the format \'https://git.yellowpencil.com/yellowpencil/theme-name\'.\) +echo "What is the URL of the project repository? This repo needs to have already been created. This will only replace the repo URL in some files in the theme - it will not affect the repo in any way."; +echo "(This should follow the format 'https://git.yellowpencil.com/onpoint-webops/project-name')"; read repo_url SEARCH_PATH=web/themes SEARCH=yellowpencil