Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update resources/ga-listeners.go
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Häuser <bjoernhaeuser@gmail.com>
jami and bjoernhaeuser authored Jul 8, 2020

Verified

This commit was signed with the committer’s verified signature.
trxcllnt Paul Taylor
1 parent e242df6 commit 1fea672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/ga-listeners.go
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ func (gal *GAListener) Remove() error {
// Properties definition
func (gal *GAListener) Properties() types.Properties {
properties := types.NewProperties()
properties.Set("Arn", gal.ARN)
properties.Set("ARN", gal.ARN)
return properties
}

0 comments on commit 1fea672

Please sign in to comment.