-
-
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
[Bug] scoop bucket list fails to list main bucket #4978
Labels
Comments
Can you show the output of:
|
2 tasks
Here it is: PS C:\> scoop config SCOOP_BRANCH develop
'SCOOP_BRANCH' has been set to 'develop'
PS C:\> scoop update
Updating Scoop...
Updating 'main' bucket...
Scoop was updated successfully!
PS C:\> scoop bucket rm main
PS C:\> scoop bucket add main
Checking repo... OK
The main bucket was added successfully.
PS C:\> scoop bucket list
WARN No bucket found. Please run 'scoop bucket add main' to add the default 'main' bucket. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Current Behavior
The command
scoop bucket list
fails to list the main bucket, even though the main bucket is installed.Expected Behavior
scoop bucket
list should display the main bucket.Additional context/output
Possible Solution
Modify this line https://github.com/ScoopInstaller/Scoop/blob/master/lib/buckets.ps1#L144 as such:
System details
**Windows version: Windows 10 Pro
**OS architecture: 64bit
**PowerShell version: 5.1.19041.1682
Additional software: [(optional) e.g. ConEmu, Git]
Scoop Configuration
//# Your configuration here
The text was updated successfully, but these errors were encountered: