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 3c255dc28c
commit 88d64fff9a
1 changed files with 1 additions and 1 deletions

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