Changeset

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
parents 13606:6127b51803bb
children 13608:df32fff0963d
files util/prosodyctl/shell.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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;
 };