From 05c26972bce93d42d147bd4dd08f05f6ed849b4a Mon Sep 17 00:00:00 2001 From: Bryan Moffatt Date: Wed, 22 Mar 2023 13:12:22 -0700 Subject: [PATCH] fix stylecheck error --- events/codepipeline_cloudwatch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/codepipeline_cloudwatch.go b/events/codepipeline_cloudwatch.go index 96d99fe9..0beea862 100644 --- a/events/codepipeline_cloudwatch.go +++ b/events/codepipeline_cloudwatch.go @@ -109,7 +109,7 @@ type CodePipelineEventDetailType struct { } type CodePipelineEventDetailExecutionResult struct { - ExternalExecutionUrl string `json:"external-execution-url"` + ExternalExecutionURL string `json:"external-execution-url"` ExternalExecutionSummary string `json:"external-execution-summary"`