-
Notifications
You must be signed in to change notification settings - Fork 904
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
choco list --exact doesn't return anything when package id contains uppercase #924
Comments
Updated the title - it seems to affect packages with uppercase only. |
This is similar to #889 but it appears to only affect PowerShell. I'm wondering if it is an indexing issue at dot org. |
A straight |
Can confirm that this issue still persists. Same error happens with Firefox, which first character is also an uppercase. Package also won't be found with choco list "Firefox" -e. If you change to source to a local directory, it works. |
Thanks @andyundso. The source is what we think is affecting this for some reason. And we think it is only related to the community package repository (https://chocolatey.org/packages). |
Related #1004. Closing as fixed. |
We'll just call this a duplicate of #1004 (even though this was filed first). |
What You Are Seeing?
0 packages found.
What is Expected?
Info about this packet. Or listing with this single packet in case of
list --exact
.How Did You Get This To Happen? (Steps to Reproduce)
I'm trying to get information about packet:
choco info powershell
As
info
is a alias forlist --exact
I had also tried this:choco list --exact powershell
choco list --exact PowerShell
- There is exact name of a packet, as I see it inchoco list -l
.Output Log
The text was updated successfully, but these errors were encountered: