diff options
author | Kim Alvefur <zash@zash.se> | 2025-01-08 08:53:43 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2025-01-08 08:53:43 +0100 |
commit | 4569e951af8e47c0c8095e6dae6f4d8329fd1174 (patch) | |
tree | 1418a1a8c25c0252c46ccc502f9dba6c1c82dcfe | |
parent | 83e27a61c8990a9e42729199f9edfb2b5ba77481 (diff) | |
download | prosody-4569e951af8e47c0c8095e6dae6f4d8329fd1174.tar.gz prosody-4569e951af8e47c0c8095e6dae6f4d8329fd1174.zip |
util.prosodyctl.shell: Remove non-existent export [luacheck]
-rw-r--r-- | util/prosodyctl/shell.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/prosodyctl/shell.lua b/util/prosodyctl/shell.lua index c1cd8f46..d6d885d8 100644 --- a/util/prosodyctl/shell.lua +++ b/util/prosodyctl/shell.lua @@ -180,5 +180,4 @@ end return { shell = start; - check_host = check_host; }; |