1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 22:03:52 -05:00

Trivial fixes

This commit is contained in:
Yamashita, Yuu
2016-05-26 00:22:54 +00:00
parent a0e0f1637a
commit 8ea88dee1c

View File

@@ -330,7 +330,7 @@ http() {
elif type wget &>/dev/null; then
"http_${method}_wget" "$url" "$file"
else
echo "error: please install \`curl\` or \`wget\` and try again" >&2
echo "error: please install \`aria2c\`, \`curl\` or \`wget\` and try again" >&2
exit 1
fi
}