From 6ab83d0222339c96136b58dc99e9e9efdd3420c7 Mon Sep 17 00:00:00 2001 From: Vladimir Vuksan Date: Fri, 7 Jul 2023 15:19:35 -0400 Subject: [PATCH] Fix build errors --- api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.go b/api.go index 24414d0..3e737d6 100644 --- a/api.go +++ b/api.go @@ -2967,7 +2967,7 @@ func (sc *Client) CreateOrUpdateEdgeDeploymentService(corpName, siteName, fastly } // If we got here linking of Fastly Service with Inspection Service has timed out - return errors.New("timed out associating fastly service with inspection service. retry later.") + return errors.New("timed out associating fastly service with inspection service retry later") } // DetachEdgeDeploymentService removes all backends from the Edge Deployment connected to the Fastly service