Commit Graph

1 Commits

Author SHA1 Message Date
Jordan Harband
d200a21559
[Fix] nvm_normalize_lts: only reject uppercase for LTS names, not regular aliases
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 9fb9dec710 as part of fixing #3417.
2026-03-26 10:18:40 -07:00