From be2683a0d024dc3de3c9dab8d32136d749823186 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:33:07 -0500 Subject: [PATCH] [v10.1.x] Correct path for repo on RHEL based distros (#73940) Correct path for repo on RHEL based distros (#73840) (cherry picked from commit 116337f4745e822775437a027aa7bd77b1facc08) Co-authored-by: Samuel Roberts --- .../setup-grafana/installation/redhat-rhel-fedora/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md b/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md index a88f5f18d62..ba5d83dc62b 100644 --- a/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md +++ b/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md @@ -135,7 +135,7 @@ To uninstall Grafana, run the following commands in a terminal window: 1. Optional: To remove the Grafana repository: ```shell - sudo rm -i /etc/apt/sources.list.d/grafana.list + sudo rm -i /etc/yum.repos.d/grafana.repo ``` ## Next steps