fix homebrew command for installation (#12499)

This commit is contained in:
Jeff Escalante 2021-08-20 13:09:08 -04:00 committed by GitHub
parent a93a9a3317
commit 134391b74c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,12 +49,12 @@ export default function DownloadsPage(staticProps) {
packageManagerOverrides={[
{
label: 'Homebrew',
commands: [`brew tap hashicorp/tap`, `brew install ${productSlug}`],
commands: [`brew install ${productSlug}`],
os: 'darwin',
},
{
label: 'Homebrew',
commands: [`brew tap hashicorp/tap`, `brew install ${productSlug}`],
commands: [`brew install ${productSlug}`],
os: 'linux',
},
]}