refactor(bucket): Move 'Find-Manifest' and 'list_buckets' to 'buckets'#4814
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.ps1tolib\buckets.ps1.Motivation and Context
Discussed with @rashil2000
How Has This Been Tested?
scoop bucketand `scoopChecklist: