From 9c6c034497a004644acb9aa578727fbd20d17e68 Mon Sep 17 00:00:00 2001 From: George Robinson Date: Wed, 22 Nov 2023 19:45:23 +0000 Subject: [PATCH] Final fix Signed-off-by: George Robinson --- api/v2/restapi/configure_alertmanager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v2/restapi/configure_alertmanager.go b/api/v2/restapi/configure_alertmanager.go index d4678cc440..16aee05a0f 100644 --- a/api/v2/restapi/configure_alertmanager.go +++ b/api/v2/restapi/configure_alertmanager.go @@ -117,7 +117,7 @@ func configureTLS(tlsConfig *tls.Config) { // As soon as server is initialized but not run yet, this function will be called. // If you need to modify a config, store server instance to stop it individually later, this is the place. // This function can be called multiple times, depending on the number of serving schemes. -// scheme value will be set accordingly: "http", "https" or "unix". +// The value of scheme will be set accordingly: "http", "https" or "unix". func configureServer(s *http.Server, scheme, addr string) { }