environment_install: fixup mac xcode install text

This commit is contained in:
Andrew Piper 2024-02-24 18:05:38 +00:00 committed by Randy Mackay
parent a2e78c3d6d
commit 140715438a

View File

@ -52,7 +52,7 @@ echo "Checking CLI Tools installed..."
ERROR=$(xcode-select --install 2>&1 > /dev/null)
} ||
{
if [[ $ERROR != *"command line tools are already installed"* ]]; then
if [[ $ERROR != *"ommand line tools are already installed"* ]]; then
echo "$ERROR" 1>&2
exit 1
fi