From 79a5723fb10d803e7d4427bb67da234c980660ce Mon Sep 17 00:00:00 2001 From: Andrew Burke Date: Thu, 6 Jun 2024 16:32:02 -0700 Subject: [PATCH] Fix typo --- lib/service/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/service/service.go b/lib/service/service.go index 4815079380bdf..8076d92650822 100644 --- a/lib/service/service.go +++ b/lib/service/service.go @@ -997,7 +997,7 @@ func NewTeleport(cfg *servicecfg.Config) (*TeleportProcess, error) { Clock: cfg.Clock, }) if err != nil { - cfg.Logger.ErrorContext(supervisor.ExitContext(), "Cloud labels will not be imported", "error", err) + cfg.Logger.ErrorContext(supervisor.ExitContext(), "Cloud labels will not be imported.", "error", err) } }