Skip to content

Commit

Permalink
fixing elasticache config comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jprobinson committed Mar 10, 2016
1 parent 7ca5b8e commit 58839d4
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 @@ -74,7 +74,7 @@ type (

// MustClient will use the cache cluster ID to describe
// the cache cluster and instantiate a memcache.Client
// with the returned from AWS.
// with the cache nodes returned from AWS.
func (e *ElastiCache) MustClient() *memcache.Client {
var creds *credentials.Credentials
if e.AccessKey != "" {
Expand Down

0 comments on commit 58839d4

Please sign in to comment.