From 4b4085f7b670386defb0c23aea698ce2a9a72513 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:16:01 -0800 Subject: [PATCH] [release/v1.1] add --formula flag to reinstall command (#2166) this prevents reinstalling the unrelated alloy cask (cherry picked from commit cfad180775b4c8e2c92f41d52191e8e33c172f52) Co-authored-by: Max Lemieux --- 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: