From 35e48b2bac67c93957a0a06087f767184a163d2b Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 15 Feb 2025 16:29:32 +0000 Subject: prosodyctl: check: Fix indentation in warning message --- util/prosodyctl/check.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/prosodyctl') diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index b5e3fbe3..6c563498 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -796,8 +796,8 @@ local function check(arg) if #invalid_hosts > 0 or #alabel_hosts > 0 then print(""); - print("WARNING: Changing the name of a VirtualHost in Prosody's config file"); - print(" WILL NOT migrate any existing data (user accounts, etc.) to the new name."); + print(" WARNING: Changing the name of a VirtualHost in Prosody's config file"); + print(" WILL NOT migrate any existing data (user accounts, etc.) to the new name."); ok = false; end end -- cgit v1.2.3