@cryptotaxi247 / netdata / commits / 16139fe4a

Fix typo. (#20417)

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

de-authority committed Jun 15, 2025 at 21:19 UTC 16139fe4a19e09242613eb00964300467e20dc58
1 file changed +1 -1
packaging/installer/kickstart.sh
+1 -1
@@ -362,7 +362,7 @@ trap_handler() {
362 0) printf >&2 "%s\n" "This is almost certainly the result of a bug. If you have time, please report it at ${AGENT_BUG_REPORT_URL}." ;;
363 *)
364 printf >&2 "%s\n" "This is probably a result of a transient issue on your system. Things should work correctly if you try again."
365 - printf >&2 "%s\n" "If you continue to experience this issue, you can reacn out to us for support on:"
365 + printf >&2 "%s\n" "If you continue to experience this issue, you can reach out to us for support on:"
366 support_list
367 ;;
368 esac