From 3c565319d6bbe21112b83d0cd75ecf678e216943 Mon Sep 17 00:00:00 2001 From: Max Lemieux Date: Tue, 26 Nov 2024 12:59:46 -0500 Subject: [PATCH] add --formula flag to reinstall command this prevents reinstalling the unrelated alloy cask --- 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: