From d00ce2ee07793d040d4ce110028bc8cb8accbb79 Mon Sep 17 00:00:00 2001 From: Bryan Moffatt Date: Wed, 22 Mar 2023 13:17:20 -0700 Subject: [PATCH] fix stylecheck error (#488) --- 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"`