about summary refs log tree commit diff stats
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 7a788d4..cbef62b 100755
--- a/setup.sh
+++ b/setup.sh
@@ -187,7 +187,7 @@ question_gitbranch() {
 
 question_templates() {
 	TEMPLATE_DIR=""
-	printf "If you have a template directory of the pre,post,build,failed.sh scripts.\nEnter it's location here, otherwise press Enter: "
+	printf "If you have a template directory of the pre,post,build,failed,config.sh scripts.\nEnter it's location here, otherwise press Enter: "
 	read -r TEMPLATE_DIR
 }