From: Jason Stephenson Date: Mon, 3 Apr 2023 15:52:08 +0000 (-0400) Subject: Docs: Remove extraneous blank line from README introduced by LP1947728 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3c26ffd57266f2584895eab087b8bf734ce6b31e;p=Evergreen.git Docs: Remove extraneous blank line from README introduced by LP1947728 When processing the README with asciidoc the following message appears: asciidoc: WARNING: README: line 82: list item index: expected 1 got 3 This is caused by a blank line on line 74 introduced in the removal of the Debian Stretch prerequisites. Co-authored-by: Ben Shum Signed-off-by: Jason Stephenson --- diff --git a/docs/modules/installation/pages/server_installation.adoc b/docs/modules/installation/pages/server_installation.adoc index 9a2d68b00a..3e19a20e39 100644 --- a/docs/modules/installation/pages/server_installation.adoc +++ b/docs/modules/installation/pages/server_installation.adoc @@ -71,7 +71,6 @@ before you can successfully configure, compile, and install Evergreen. prerequisites using the `Makefile.install` prerequisite installer, substituting `debian-bullseye`,`debian-buster`,`ubuntu-jammy`, or `ubuntu-focal` for below: - + [source, bash] ------------------------------------------------------------------------------