Yamashita Yuu 13 лет назад
Родитель
Сommit
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"

Загрузка…
Отмена
Сохранить