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.
This commit is contained in:
Ryan Ernst 2019-12-06 17:43:12 -08:00 committed by Ryan Ernst
parent d29f04209b
commit e66cfc4369
1 changed files with 1 additions and 4 deletions

View File

@ -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.