Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuksan committed Jul 7, 2023
1 parent 9fdd57b commit 6ab83d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ab83d0

Please sign in to comment.