Skip to content

Commit 59a571e

Browse files
authored
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.
1 parent 16a7a04 commit 59a571e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/reference/setup/install/rpm.asciidoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ sudo zypper modifyrepo --enable elasticsearch && \
9090
<2> Use `dnf` on Fedora and other newer Red Hat distributions.
9191
<3> Use `zypper` on OpenSUSE based distributions
9292

93-
[NOTE]
94-
==================================================
95-
96-
The configured repository is disabled by default. This eliminates the possibility of accidentally
93+
NOTE: The configured repository is disabled by default. This eliminates the possibility of accidentally
9794
upgrading `elasticsearch` when upgrading the rest of the system. Each install or upgrade command
9895
must explicitly enable the repository as indicated in the sample commands above.
9996

0 commit comments

Comments
 (0)