Changeset

13705:5f1eb8b14923 13.0

prosodyctl: check: Fix indentation in warning message
author Matthew Wild <mwild1@gmail.com>
date Sat, 15 Feb 2025 16:29:32 +0000
parents 13703:99d2100d2918
children 13706:a988867a5567
files util/prosodyctl/check.lua
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/util/prosodyctl/check.lua	Sat Feb 15 00:19:01 2025 +0100
+++ b/util/prosodyctl/check.lua	Sat Feb 15 16:29:32 2025 +0000
@@ -796,8 +796,8 @@
 
 			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