Skip to content

Commit

Permalink
docs: fix ASDF_${LANG}_VERSION usage (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhicks committed Apr 3, 2023
1 parent 213aa22 commit 63f422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manage/versions.md
Expand Up @@ -80,7 +80,7 @@ asdf local <name> latest[:<version>]

`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.

Expand Down

0 comments on commit 63f422b

Please sign in to comment.