From e66cfc4369997224365711cb2fd6ddc3aeccbcd0 Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Fri, 6 Dec 2019 17:43:12 -0800 Subject: [PATCH] Fix incorrect use of multiline NOTE in rpm docs (#49962) This was a copy/paste error from #49893. This commit converts the NOTE to use inline style instead of one needing closing linebreak. --- docs/reference/setup/install/rpm.asciidoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/reference/setup/install/rpm.asciidoc b/docs/reference/setup/install/rpm.asciidoc index c6239bc5760..f1601f95b17 100644 --- a/docs/reference/setup/install/rpm.asciidoc +++ b/docs/reference/setup/install/rpm.asciidoc @@ -90,10 +90,7 @@ sudo zypper modifyrepo --enable elasticsearch && \ <2> Use `dnf` on Fedora and other newer Red Hat distributions. <3> Use `zypper` on OpenSUSE based distributions -[NOTE] -================================================== - -The configured repository is disabled by default. This eliminates the possibility of accidentally +NOTE: The configured repository is disabled by default. This eliminates the possibility of accidentally upgrading `elasticsearch` when upgrading the rest of the system. Each install or upgrade command must explicitly enable the repository as indicated in the sample commands above.