diff --git a/main.go b/main.go index fc0fb0af5630e1c674a726bfc4eb47e4dc49305f..d8a07076b7fec9d380afc91fc6379d72480fa627 100644 --- a/main.go +++ b/main.go @@ -1293,7 +1293,7 @@ func runUpdateCLI() error { // continue to attempt upgrade even if update failed } - upgradeCmd := exec.Command("brew", "upgrade", "matcha") + upgradeCmd := exec.Command("brew", "upgrade", "floatpane/matcha/matcha") upgradeCmd.Stdout = os.Stdout upgradeCmd.Stderr = os.Stderr if err := upgradeCmd.Run(); err == nil {