Skip to content

Commit

Permalink
Might still need this
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbergstrom committed Jan 29, 2024
1 parent a9ca8e2 commit 235124a
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 @@ -57,7 +57,7 @@ class HomebrewProvider : PackageProvider, IGetSource, ISetSource, IGetPackage, I
{$_.Formula} {$installArgs.Formula = $true}
}

Croze\Install-HomebrewPackage @installArgs | Write-Package
Croze\Install-HomebrewPackage @installArgs | Croze\Get-HomebrewPackageInfo | Write-Package
}

[void] UninstallPackage([PackageRequest] $Request) {
Expand Down

0 comments on commit 235124a

Please sign in to comment.