-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'drush dl' should treat project names case-insensitively #2804
Comments
Note also that currently, once you try to download a project with uppercase letters, and then try again in lowercase, Drush incorrectly reports it can't be found -- which suggests that in the dl command's cache, things are case-insensitive!
|
+1 This is a serious problem for people who (by accident) use an upper case letter when downloading modules. The module is blocked for downloading until Drush's cache is cleared. I guess this problem eventually will be fixed when downloads are handled by composer exclusively, but until then ... |
URLs for projects on d.org are case-insensitive, so Drush should handle them the same way.
Eg: https://www.drupal.org/project/entity_reference_revisions, https://www.drupal.org/project/Entity_reference_revisions
The text was updated successfully, but these errors were encountered: