-
-
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
refactor(bucket): Move 'Find-Manifest' and 'list_buckets' to 'buckets' #4814
Conversation
Okay, wait a moment. |
Done. Now check for duplicated buckets. |
So you mean we should assume default protocol? The error you met is no protocol provided (it is http? https? ftp? ftps? ssh?) Ref is here: https://git-scm.com/docs/git-clone#_git_urls |
I meant that we're showing the error twice. When we get an error (any error) from the |
Oh, sorry, haven't noticed that, will change it later. |
Since the location of |
|
Traced this patch as the cause of this issue #4917 |
Description
find_manifest()
andFind-Manifest()
(formerlocate()
) have similar functionality and now be merged intoFind-Manifest()
.Also move
list_buckets()
fromlibexec\scoop-bucket.ps1
tolib\buckets.ps1
.Motivation and Context
Discussed with @rashil2000
How Has This Been Tested?
scoop bucket
and `scoopChecklist: