diff --git a/installer/brew_installer.go b/installer/brew_installer.go index 4948093..c53c72b 100644 --- a/installer/brew_installer.go +++ b/installer/brew_installer.go @@ -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 }