mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-10 22:13:48 -05:00
fix typo
This commit is contained in:
@@ -110,7 +110,7 @@ _stopWords_() {
|
|||||||
elif sed --version | grep GNU &>/dev/null; then
|
elif sed --version | grep GNU &>/dev/null; then
|
||||||
local SED_COMMAND="sed"
|
local SED_COMMAND="sed"
|
||||||
else
|
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
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user