Software /
code /
prosody
Comparison
util/prosodyctl/check.lua @ 13710:f7de36fed53c 13.0
prosodyctl: check: Fix variable name (thanks luacheck)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 15 Feb 2025 16:48:11 +0000 |
parent | 13708:9f8e9aabc00b |
child | 13717:4f173a44370b |
comparison
equal
deleted
inserted
replaced
13708:9f8e9aabc00b | 13710:f7de36fed53c |
---|---|
1474 print("Success!\n"); | 1474 print("Success!\n"); |
1475 end | 1475 end |
1476 end | 1476 end |
1477 end | 1477 end |
1478 | 1478 |
1479 function checks.features(host, quiet) | 1479 function checks.features(check_host, quiet) |
1480 if not quiet then | 1480 if not quiet then |
1481 print("Feature report"); | 1481 print("Feature report"); |
1482 end | 1482 end |
1483 | 1483 |
1484 local common_subdomains = { | 1484 local common_subdomains = { |