mirror of
https://github.com/chenasraf/sofmani.git
synced 2026-05-17 17:28:04 +00:00
fix: correctly install brew by name
This commit is contained in:
@@ -16,7 +16,7 @@ type BrewOpts struct {
|
||||
|
||||
// Install implements IInstaller.
|
||||
func (i *BrewInstaller) Install() error {
|
||||
name := i.GetBinName()
|
||||
name := *i.Info.Name
|
||||
if i.GetOpts().Tap != nil {
|
||||
name = *i.GetOpts().Tap + "/" + name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user