diff --git a/libexec/pyenv-version-file-write b/libexec/pyenv-version-file-write index c826df40..6441909e 100755 --- a/libexec/pyenv-version-file-write +++ b/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"