forgot to end if

This commit is contained in:
Bryson Steck 2022-06-04 16:27:25 -06:00
parent aa73c77e0d
commit 71cfe76db1

View file

@ -40,6 +40,7 @@ if [[ ERROR -ne 0 ]]; then
echo "Try running 'xcode-select --install'."
else
echo "Please consult your system's package manager."
fi
exit 0
fi