소스 검색

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.