-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Report the bucket name installing from #2121
Comments
Why does the same app exist in multiple buckets, and how does it currently decide which one to install? It could be handled with a prefix, though:
In this case, maybe it should error out with a message to choose a bucket instead of choosing one for the user. |
@brandon93s: To answer your questions:
If the user wants scoop to abort instead, s/he can pass the
|
This is correct. The However, all of Scoop's user-facing commands, and some internal functions too, rely on this alphabetical-first behaviour, so either stopping the function on ambiguity, or pausing for user input, will break all those commands. The only safe thing to do now is just print the bucket name (which happens to be alphabetically first) that is currently being installed from. I can make a PR for this, it's a one line change. |
If you have a package that's available in two different buckets, scoop doesn't tell you which bucket it's installing an app from. For now, it should tell you the bucket's name, but eventually, perhaps it asks you which one you want?
The text was updated successfully, but these errors were encountered: