From: Jason Stephenson <jason@sigio.com>
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=ca5a483be61e5625cc4807ff44eb54cf130de1a3;p=evergreen%2Fjoelewis.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 <ben@evergreener.net>

Signed-off-by: Jason Stephenson <jason@sigio.com>
---

diff --git a/docs/modules/installation/pages/server_installation.adoc b/docs/modules/installation/pages/server_installation.adoc
index 8109aed6a3..85a8595978 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 <osname> below:
-
 +
 [source, bash]
 ------------------------------------------------------------------------------