From 4569e951af8e47c0c8095e6dae6f4d8329fd1174 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 8 Jan 2025 08:53:43 +0100 Subject: [PATCH] util.prosodyctl.shell: Remove non-existent export [luacheck] --- util/prosodyctl/shell.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/util/prosodyctl/shell.lua b/util/prosodyctl/shell.lua index c1cd8f46f..d6d885d8b 100644 --- a/util/prosodyctl/shell.lua +++ b/util/prosodyctl/shell.lua @@ -180,5 +180,4 @@ end return { shell = start; - check_host = check_host; };