Diff

util/prosodyctl/shell.lua @ 13607:ca9426f98b8e

util.prosodyctl.shell: Remove non-existent export [luacheck]
author Kim Alvefur <zash@zash.se>
date Wed, 08 Jan 2025 08:53:43 +0100
parent 13590:d66f30855822
child 13643:e5f62871e6a5
line wrap: on
line diff
--- a/util/prosodyctl/shell.lua	Wed Jan 08 08:52:50 2025 +0100
+++ b/util/prosodyctl/shell.lua	Wed Jan 08 08:53:43 2025 +0100
@@ -180,5 +180,4 @@
 
 return {
 	shell = start;
-	check_host = check_host;
 };