From 55ad698bb1041d7eb99fa4b8b77d2e7f43c86ae2 Mon Sep 17 00:00:00 2001
From: kaibae19 <99116238+kaibae19@users.noreply.github.com>
Date: Sun, 3 Apr 2022 12:05:34 -0700
Subject: [PATCH] Update questions.sh

---
 setup/questions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/questions.sh b/setup/questions.sh
index fbb58a28..d4cf196f 100644
--- a/setup/questions.sh
+++ b/setup/questions.sh
@@ -89,7 +89,7 @@ if [ -z "${DAV_HOSTNAME:-}" ]; then
     DAV_HOSTNAME=$PRIMARY_HOSTNAME
     input_box "External CalDAV/CardDAV Server" \
 "Are you using an external server for CalDAV and CardDAV (Nextcloud), if so, enter the FQDN of the server. \
-\n\nIMPORTANT: Changing this from the default will omit the installation of Nextcloud on this system."
+\n\nIMPORTANT: Changing this from the default will omit the installation of Nextcloud on this system." \
     $DAV_HOSTNAME \
     DAV_HOSTNAME
 fi