From 599cdf69afd3068caabee8ead89fe628dcdf452d Mon Sep 17 00:00:00 2001
From: Florian Pritz <bluewind@xinu.at>
Date: Fri, 20 Oct 2017 22:43:23 +0200
Subject: [PATCH] motd: Fix coloring of backup warning

Signed-off-by: Florian Pritz <bluewind@xinu.at>
---
 roles/sshd/templates/motd.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/sshd/templates/motd.j2 b/roles/sshd/templates/motd.j2
index 26c81c8a4..11b8fe3e8 100644
--- a/roles/sshd/templates/motd.j2
+++ b/roles/sshd/templates/motd.j2
@@ -6,7 +6,7 @@ changes may be lost.
 {% if 'borg-clients' in group_names %}
 Data on this system is regularly backed up automatically.
 {% else %}
-This system IS NOT backed up. Please ensure you DO NOT keep valuable data here!
+This system IS NOT backed up. Please ensure you DO NOT keep valuable data here!
 {% endif %}
 
 {% if 'buildservers' in group_names %}
-- 
GitLab