docs: fix ASDF_${LANG}_VERSION usage (#1528)

This commit is contained in:
Ben Hicks 2023-04-02 20:52:57 -06:00 committed by GitHub
parent 213aa22378
commit 63f422b4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ asdf local <name> latest[:<version>]
`global` writes the version to `$HOME/.tool-versions`. `global` writes the version to `$HOME/.tool-versions`.
`shell` set the version to an environment variable named `ASDF_${LANG}_VERSION`, for the current shell session only. `shell` set the version to an environment variable named `ASDF_${TOOL}_VERSION`, for the current shell session only.
`local` writes the version to `$PWD/.tool-versions`, creating it if needed. `local` writes the version to `$PWD/.tool-versions`, creating it if needed.