From a828f4cec46ae4d265a76115953a777117f7ae15 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 26 Nov 2024 15:15:41 -0800
Subject: [PATCH] [release/v1.2] add --formula flag to reinstall command
 (#2167)

this prevents reinstalling the unrelated alloy cask

(cherry picked from commit cfad180775b4c8e2c92f41d52191e8e33c172f52)

Co-authored-by: Max Lemieux <max.lemieux@gmail.com>
---
 docs/sources/configure/macos.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/sources/configure/macos.md b/docs/sources/configure/macos.md
index fe6fb03507..3285565649 100644
--- a/docs/sources/configure/macos.md
+++ b/docs/sources/configure/macos.md
@@ -47,7 +47,7 @@ To customize the {{< param "PRODUCT_NAME" >}} service on macOS, perform the foll
 1. Reinstall the {{< param "PRODUCT_NAME" >}} Formula by running the following command in a terminal:
 
    ```shell
-   brew reinstall alloy
+   brew reinstall --formula alloy
    ```
 
 1. Restart the {{< param "PRODUCT_NAME" >}} service by running the command in a terminal: