Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UX: Fix a capitalization issue in the submodule updater
This doesn't look right. If the submodule name is case-sensitive, then it can't be selected by converting to lower-case. It would be possible to look up the keys and ignore capitalization to find a match, but that seems a tad excessive.
- Loading branch information