Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
henrod committed Sep 18, 2018
1 parent e423bbb commit 00e1679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/config_info_retriever.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func NewConfigInfoRetriever(c *config.Config) *ConfigInfoRetriever {
}
}

// Region gets server info from env var
// Region gets server's region from config
func (c *ConfigInfoRetriever) Region() string {
return c.region
}

0 comments on commit 00e1679

Please sign in to comment.