From 7938f51063a83994421dc63b90b584b79ee78c52 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Wed, 25 Mar 2020 17:39:23 +0800 Subject: [PATCH] chore: Remove temporary code from the scoop executable which was introduced in #3419 --- bin/scoop.ps1 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bin/scoop.ps1 b/bin/scoop.ps1 index c8d4494cc9..f449590ade 100644 --- a/bin/scoop.ps1 +++ b/bin/scoop.ps1 @@ -10,14 +10,6 @@ set-strictmode -off reset_aliases -# TODO: remove this in a few weeks -if ((Get-LocalBucket) -notcontains 'main') { - warn "The main bucket of Scoop has been separated to 'https://github.com/ScoopInstaller/Main'" - warn "You don't have the main bucket added, adding main bucket for you..." - add_bucket 'main' - exit -} - $commands = commands if ('--version' -contains $cmd -or (!$cmd -and '-v' -contains $args)) { Push-Location $(versiondir 'scoop' 'current')