Skip to content

Commit

Permalink
fix(scoop-status): import lib/buckets.ps1 for Get-LocalBucket
Browse files Browse the repository at this point in the history
This missing import was causing tests to fail.
  • Loading branch information
BinToss committed Jan 29, 2025
1 parent 82d4784 commit 37a64b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libexec/scoop-status.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

. "$PSScriptRoot\..\lib\manifest.ps1" # 'manifest' 'parse_json' "install_info"
. "$PSScriptRoot\..\lib\versions.ps1" # 'Select-CurrentVersion'
. "$PSScriptRoot\..\lib\buckets.ps1" # 'Get-LocalBucket'

# check if scoop needs updating
$currentdir = versiondir 'scoop' 'current'
Expand Down

0 comments on commit 37a64b6

Please sign in to comment.