From f03a4782770cadbf45fe9e16ec0d8b6f57805883 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 27 Mar 2015 23:23:31 -0400 Subject: [PATCH] rampant capitalization fix. --- scripts/core/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 9de80ef3..77ea00bd 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -281,7 +281,7 @@ if [ -z "$skip_all" ]; then # recreates all the generated files that the feisty meow scripts use. function regenerate() { # do the bootstrapping process again. - echo "Regenerating Feisty Meow script environment." + echo "regenerating feisty meow script environment." bash $FEISTY_MEOW_SCRIPTS/core/bootstrap_shells.sh echo # force a full reload by turning off sentinel variable and alias. -- 2.34.1