Преглед изворни кода

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.
Ryan Ernst пре 5 година
родитељ
комит
59a571edd5
1 измењених фајлова са 1 додато и 4 уклоњено
  1. 1 4
      docs/reference/setup/install/rpm.asciidoc

+ 1 - 4
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.