From fb58fc47bce729dac0fab38bd255adfd1b49889d Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 26 Jul 2023 09:16:08 -0400 Subject: [PATCH] Correct file name in the Agent standalone install and macOS install (#4590) (#4600) * Fix file name typo * Fix name typo in macOS topic (cherry picked from commit 7023b00028124e0e09184171da7dbc4f07e08cdc) Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- docs/sources/flow/setup/install/binary.md | 2 +- docs/sources/flow/setup/install/macos.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/flow/setup/install/binary.md b/docs/sources/flow/setup/install/binary.md index df5624b98e6b..c4de942e88e8 100644 --- a/docs/sources/flow/setup/install/binary.md +++ b/docs/sources/flow/setup/install/binary.md @@ -24,7 +24,7 @@ To download the Grafana Agent as a standalone binary, perform the following step 1. Scroll down to the **Assets** section. -1. Download the `grafana-agent-flow` zip file that matches your operating system and machine's architecture. +1. Download the `grafana-agent` zip file that matches your operating system and machine's architecture. 1. Extract the package contents into a directory. diff --git a/docs/sources/flow/setup/install/macos.md b/docs/sources/flow/setup/install/macos.md index fce1c8cfc5ea..69f94d35c969 100644 --- a/docs/sources/flow/setup/install/macos.md +++ b/docs/sources/flow/setup/install/macos.md @@ -44,7 +44,7 @@ To upgrade Grafana Agent on macOS, run the following commands in a terminal wind 1. Upgrade Grafana Agent: ```shell - brew upgrade grafana-agent + brew upgrade grafana-agent-flow ``` 1. Restart Grafana Agent: