Skip to content

Commit f5c80e3

Browse files
andyp1perpeterbarker
authored andcommitted
environment_install: fixup mac xcode install text
1 parent b1b5ef4 commit f5c80e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/environment_install/install-prereqs-mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ echo "Checking CLI Tools installed..."
5252
ERROR=$(xcode-select --install 2>&1 > /dev/null)
5353
} ||
5454
{
55-
if [[ $ERROR != *"command line tools are already installed"* ]]; then
55+
if [[ $ERROR != *"ommand line tools are already installed"* ]]; then
5656
echo "$ERROR" 1>&2
5757
exit 1
5858
fi

0 commit comments

Comments
 (0)