fixup! check_curl: implement ok summary

This commit is contained in:
Lorenz Kästle 2026-06-04 22:43:52 +02:00
parent 37ef488ce1
commit c9f2f0ec05

View file

@ -161,7 +161,7 @@ int main(int argc, char **argv) {
mp_check overall = mp_check_init();
mp_subcheck sc_test = check_http(config, working_state, 0);
mp_set_ok_summary(&overall, "Connection test succeded");
mp_set_ok_summary(&overall, "Connection test succeeded");
mp_add_subcheck_to_check(&overall, sc_test);