Skip to content

Commit

Permalink
fix stylecheck error (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoffatt committed Mar 22, 2023
1 parent 96851ae commit d00ce2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/codepipeline_cloudwatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`

Expand Down

0 comments on commit d00ce2e

Please sign in to comment.