Skip to content

Commit eada459

Browse files
author
Chawye Hsu
authored
chore(scoop): Remove temporary code from the scoop executable (#3898)
1 parent 398ccea commit eada459

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

bin/scoop.ps1

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ set-strictmode -off
1010

1111
reset_aliases
1212

13-
# TODO: remove this in a few weeks
14-
if ((Get-LocalBucket) -notcontains 'main') {
15-
warn "The main bucket of Scoop has been separated to 'https://github.com/ScoopInstaller/Main'"
16-
warn "You don't have the main bucket added, adding main bucket for you..."
17-
add_bucket 'main'
18-
exit
19-
}
20-
2113
$commands = commands
2214
if ('--version' -contains $cmd -or (!$cmd -and '-v' -contains $args)) {
2315
Push-Location $(versiondir 'scoop' 'current')

0 commit comments

Comments
 (0)