Commit 65eea812 authored by Matt Bachmann's avatar Matt Bachmann Committed by GitHub
Browse files

Update osx_utils.sh

Fixed typo in spelling
parent ab825285
...@@ -146,7 +146,7 @@ function install_macpython { ...@@ -146,7 +146,7 @@ function install_macpython {
elif [[ "$version" =~ ([0-9\.]+) ]]; then elif [[ "$version" =~ ([0-9\.]+) ]]; then
install_mac_cpython "${BASH_REMATCH[1]}" install_mac_cpython "${BASH_REMATCH[1]}"
else else
echo "config error: Issue parsing this implentation in install_python:" echo "config error: Issue parsing this implementation in install_python:"
echo " version=$version" echo " version=$version"
exit 1 exit 1
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment