Commit 8cba3e6f authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #31 from Bachmann1234/Bachmann1234-patch-1

MRG: Fix typo in error message of osx_utils
parents ab825285 65eea812
...@@ -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