From 116337f4745e822775437a027aa7bd77b1facc08 Mon Sep 17 00:00:00 2001 From: Samuel Roberts Date: Tue, 29 Aug 2023 00:24:54 +1000 Subject: [PATCH] Correct path for repo on RHEL based distros (#73840) --- .../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