mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-04-11 02:01:42 +08:00
The lowercase check was in the `*` catch-all branch of the `case` statement, rejecting any alias name with uppercase characters.
This prevented creating or reading uppercase aliases like `TESTY`.
The check should only apply to `lts/*` patterns, since LTS codenames are always lowercase.
Fixes #3764.
Bug introduced in
|
||
|---|---|---|
| .. | ||
| fast | ||
| fixtures | ||
| install_script | ||
| installation_iojs | ||
| installation_node | ||
| mocks | ||
| slow | ||
| sourcing | ||
| xenial | ||
| common.sh | ||