From 41c25e5aff509bb3100400e86667bc00afca4fa6 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Thu, 3 Mar 2022 19:36:24 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6890441..52c5f05 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ On each line you have the three fields _service_name_, _url_, _curl_options_, _c <details><summary>Sample curl.cfg file</summary> ``` -forum.checkmk.com|https://forum.checkmk.com/|"--location --insecure"|curl_item_1 -thl-cmk.hopto.org|https://thl-cmk.hopto.org|"--location --head"|curl_item_2 +forum.checkmk.com|"https://forum.checkmk.com/"|"--location --insecure"|curl_item_1 +thl-cmk.hopto.org|"https://thl-cmk.hopto.org"|"--location --head"|curl_item_2 ``` </details> -- GitLab