Sfoglia il codice sorgente

fix typo; s/vesions/versions/

also this will fix https://github.com/yyuu/python-virtualenv/issues/1
pull/10/head
Yamashita Yuu 13 anni fa
parent
commit
ee3c9bef5e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      libexec/pyenv-version-file-write

+ 1
- 1
libexec/pyenv-version-file-write Vedi File

@ -14,7 +14,7 @@ if [ -z "$versions" ] || [ -z "$PYENV_VERSION_FILE" ]; then
fi
# Make sure the specified version is installed.
pyenv-prefix "${vesions[@]}" >/dev/null
pyenv-prefix "${versions[@]}" >/dev/null
# Write the version out to disk.
rm -f "$PYENV_VERSION_FILE"

Caricamento…
Annulla
Salva