charmbracelet / pop

Send emails from your terminal 📬
MIT License
2.36k stars 49 forks source link

`brew install pop` doesn't install charmbracelet/pop #19

Closed giann closed 1 year ago

giann commented 1 year ago

Describe the bug brew install pop doesn't install charmbracelet/pop but another software

To Reproduce Steps to reproduce the behavior:

  1. brew install pop
  2. $ pop
maaslalani commented 1 year ago

Hey there! I am unable to reproduce. Is your homebrew up-to-date?

brew update

The package on the homebrew site points to the correct software: https://formulae.brew.sh/formula/pop

giann commented 1 year ago

I'll try and update. Homebrew installed a .app some maybe its a cask? Or a tap i have.

maaslalani commented 1 year ago

Yes I believe there is a cask with the same name, but if you don't specify to install the cask it should install the formula. I believe since your homebrew might not have the formula so it would have installed the cask as a fallback.

giann commented 1 year ago

brew update fixed the issue