Comparison

util/prosodyctl/check.lua @ 13722:8bf5d07e3796 13.0

util.prosodyctl.check: Fix typo in informational message
author Matthew Wild <mwild1@gmail.com>
date Sun, 16 Feb 2025 14:17:11 +0000
parent 13717:4f173a44370b
child 13723:d7bf48d31374
comparison
equal deleted inserted replaced
13720:c3c4281c1339 13722:8bf5d07e3796
1522 else 1522 else
1523 print("", "", ("Suggested component: %s"):format(component_module)); 1523 print("", "", ("Suggested component: %s"):format(component_module));
1524 end 1524 end
1525 end 1525 end
1526 print(""); 1526 print("");
1527 print("", "", "If you have already configured any these components, they may not be"); 1527 print("", "", "If you have already configured any of these components, they may not be");
1528 print("", "", "linked correctly to "..host..". For more info see https://prosody.im/doc/components"); 1528 print("", "", "linked correctly to "..host..". For more info see https://prosody.im/doc/components");
1529 end 1529 end
1530 if feature.lacking_component_modules then 1530 if feature.lacking_component_modules then
1531 table.sort(feature.lacking_component_modules, function (a, b) 1531 table.sort(feature.lacking_component_modules, function (a, b)
1532 return a.host < b.host; 1532 return a.host < b.host;