Skip to content

Commit

Permalink
Ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbergstrom committed Jan 29, 2024
1 parent 21b18a6 commit 5df307b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnyPackage.Homebrew.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class HomebrewProvider : PackageProvider, IGetSource, ISetSource, IGetPackage, I
$package = Find-HomebrewPackage

$installArgs = @{
Name = "$($_.Tap)/$($_.Name)"
Name = "$($package.Tap)/$($package.Name)"
}

switch ($package) {
Expand Down

0 comments on commit 5df307b

Please sign in to comment.