Skip to content

Commit

Permalink
Correct file name in the Agent standalone install and macOS install (#…
Browse files Browse the repository at this point in the history
…4590)

* Fix file name typo

* Fix name typo in macOS topic
  • Loading branch information
clayton-cornell authored Jul 26, 2023
1 parent c74a4f8 commit 7023b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sources/flow/setup/install/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/flow/setup/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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:
Expand Down

0 comments on commit 7023b00

Please sign in to comment.