Skip to content

Commit d00ce2e

Browse files
authored
fix stylecheck error (#488)
1 parent 96851ae commit d00ce2e

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)