From 262cad40362f545065c3ea382697569df313fe74 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Thu, 26 Aug 2021 20:17:23 -0400 Subject: [PATCH] fix typo --- utilities/textProcessing.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/textProcessing.bash b/utilities/textProcessing.bash index 2eb0368..0bbe08d 100644 --- a/utilities/textProcessing.bash +++ b/utilities/textProcessing.bash @@ -110,7 +110,7 @@ _stopWords_() { elif sed --version | grep GNU &>/dev/null; then local SED_COMMAND="sed" else - error "Can not continue without gnu sed. Use '${YELLOW}brew install gnu-sed${reset} on a Mac or install with your package manager'" + error "Can not continue without gnu sed. Use '${yellow}brew install gnu-sed${reset} on a Mac or install with your package manager'" return 1 fi