mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
Display the package name of hg as mercurial in message (#212)
This commit is contained in:
parent
b8a7de8a3c
commit
aa62882347
|
|
@ -435,7 +435,7 @@ fetch_hg() {
|
|||
|
||||
hg clone --branch "$hg_ref" "$hg_url" "${package_name}" >&4 2>&1
|
||||
else
|
||||
echo "error: please install \`hg\` and try again" >&2
|
||||
echo "error: please install \`mercurial\` and try again" >&2
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue