From 63f422b4c7afcf53ef72002e39967eb9ca2da2a9 Mon Sep 17 00:00:00 2001 From: Ben Hicks Date: Sun, 2 Apr 2023 20:52:57 -0600 Subject: [PATCH] docs: fix `ASDF_${LANG}_VERSION` usage (#1528) --- docs/manage/versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manage/versions.md b/docs/manage/versions.md index 3afc0c59..99f8f83d 100644 --- a/docs/manage/versions.md +++ b/docs/manage/versions.md @@ -80,7 +80,7 @@ asdf local latest[:] `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.