Avoid poluting stdout
This commit is contained in:
parent
0d6625840b
commit
f7c594eedc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ ensure_python_build_installed() {
|
|||
}
|
||||
|
||||
download_python_build() {
|
||||
echo "Downloading python-build..."
|
||||
echo "Downloading python-build..." >&2
|
||||
local pyenv_url="https://github.com/pyenv/pyenv.git"
|
||||
git clone $pyenv_url "$(pyenv_path)"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue