Skip to content

Commit

Permalink
fixing elasticache envconfig tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jprobinson committed Mar 10, 2016
1 parent 71f46dc commit 7ca5b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type (
// Amazon ElastiCache.
ElastiCache struct {
AWS
ClusterID string `envconfig:"AWS_ELASTICACHE_CONFIG_ENDPOINT"`
ClusterID string `envconfig:"AWS_ELASTICACHE_CLUSTER_ID"`
}
)

Expand Down

0 comments on commit 7ca5b8e

Please sign in to comment.