Skip to content

Commit 05c2697

Browse files
committed
fix stylecheck error
1 parent 96851ae commit 05c2697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/codepipeline_cloudwatch.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ type CodePipelineEventDetailType struct {
109109
}
110110

111111
type CodePipelineEventDetailExecutionResult struct {
112-
ExternalExecutionUrl string `json:"external-execution-url"`
112+
ExternalExecutionURL string `json:"external-execution-url"`
113113

114114
ExternalExecutionSummary string `json:"external-execution-summary"`
115115

0 commit comments

Comments
 (0)