Skip to content

Commit

Permalink
Remove missed reference to Agent 7 in upgrade documentation (#24186)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergilbert authored Jul 16, 2024
1 parent e24c739 commit 73ae440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/agent/guide/upgrade_between_minor_versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ aliases:

The recommended way to upgrade between minor versions of the Agent is to use the `install_script_agent7.sh` script. The following commands work on all supported Linux distributions.

Upgrading to a given Agent 7 minor version:
Upgrading to a given Agent minor version:

: `DD_AGENT_MINOR_VERSION=<target_minor> bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)"`

Upgrading to the latest Agent 7 minor version:
Upgrading to the latest Agent minor version:

: `bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)"`

Expand Down

0 comments on commit 73ae440

Please sign in to comment.