diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-02-22 09:35:04 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-02-22 09:35:04 +0000 |
commit | 783c8fcc81b17b7c2160d2857f296ba2e94d8476 (patch) | |
tree | 53188124e593b7e4c88b2c19adc24e4225271b1a | |
parent | 6b1e05614238b1ceb0fb640ee4241697e10db638 (diff) | |
download | prosody-783c8fcc81b17b7c2160d2857f296ba2e94d8476.tar.gz prosody-783c8fcc81b17b7c2160d2857f296ba2e94d8476.zip |
prosodyctl: check features: stop searching after finding a matching component
-rw-r--r-- | util/prosodyctl/check.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index 4ac7af9e..554a64ef 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -1631,6 +1631,7 @@ local function check(arg) }); end end + break; end end if not found then |