Skip to content

Commit

Permalink
chore: add notification for new main bucket (#3392)
Browse files Browse the repository at this point in the history
  • Loading branch information
h404bi authored and r15ch13 committed Apr 26, 2019
1 parent 404a6b8 commit 19a1ab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libexec/scoop-update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ function update_scoop() {
}

if ((Get-LocalBucket) -notcontains 'main') {
info "The main bucket of Scoop has been separated to 'https://github.com/scoopinstaller/scoop-main'"
info "Adding main bucket..."
add_bucket 'main'
}

Expand Down

0 comments on commit 19a1ab3

Please sign in to comment.