You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(upgrade): refuse to upgrade Homebrew-managed binary
Detects /Cellar/ or /homebrew/ in current_exe() path and aborts with
a message directing user to 'brew upgrade icm'. Prevents breaking the
Cellar structure and Homebrew metadata.
Also warns for /usr/bin and /opt/ (non-brew) paths which may be managed
by apt/dnf/rpm.
0 commit comments