mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-17 03:38:32 +02:00
BREW_PACKAGE="multica-ai/tap/multica" was defined but never used. All brew install/upgrade/list commands used the bare name "multica", which could fail to resolve the correct tap formula. Replace all occurrences with "$BREW_PACKAGE" to match the Go CLI (update.go) and Makefile behavior.