From 1e2f7567f0081f22491251bddac59e0f185285bc Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Thu, 16 Jan 2020 13:53:07 -0800 Subject: [PATCH] Docs: Update rpm.md (#21547) Minor format fix --- docs/sources/installation/rpm.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sources/installation/rpm.md b/docs/sources/installation/rpm.md index a073cbe4e2f..89845bfc916 100755 --- a/docs/sources/installation/rpm.md +++ b/docs/sources/installation/rpm.md @@ -55,7 +55,8 @@ The YUM repository installs the open source edition of Grafana. sudo nano /etc/yum.repos.d/grafana.repo ``` 2. Enter the following information in grafana.repo and then save it. - For stable releases: + +For stable releases: ```bash [grafana] name=grafana @@ -67,7 +68,7 @@ gpgkey=https://packages.grafana.com/gpg.key sslverify=1 sslcacert=/etc/pki/tls/certs/ca-bundle.crt ``` - For beta releases: +For beta releases: ```bash [grafana] name=grafana