mod_pubsub_mqtt: Fix syntax error
authorMatthew Wild <mwild1@gmail.com>
Tue, 30 Jan 2024 14:26:14 +0000
changeset 5836 5afc8273c5ef
parent 5835 801f64e6d4e9
child 5837 58df53eefa28
mod_pubsub_mqtt: Fix syntax error
mod_pubsub_mqtt/mod_pubsub_mqtt.lua
--- a/mod_pubsub_mqtt/mod_pubsub_mqtt.lua	Tue Jan 30 14:11:35 2024 +0000
+++ b/mod_pubsub_mqtt/mod_pubsub_mqtt.lua	Tue Jan 30 14:26:14 2024 +0000
@@ -167,7 +167,7 @@
 });
 
 module:provides("net", {
-	name = "pubsub_mqtt_tls"
+	name = "pubsub_mqtt_tls";
 	encryption = "ssl";
 	default_port = 8883;
 	listener = mqtt_listener;