瀏覽代碼

fix typo; s/vesions/versions/

also this will fix https://github.com/yyuu/python-virtualenv/issues/1
pull/10/head
Yamashita Yuu 13 年之前
父節點
當前提交
ee3c9bef5e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      libexec/pyenv-version-file-write

+ 1
- 1
libexec/pyenv-version-file-write 查看文件

@ -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"

Loading…
取消
儲存