Skip to content

Commit

Permalink
Update version/version.go
Browse files Browse the repository at this point in the history
Co-authored-by: lornasong <lornasong@users.noreply.github.com>
  • Loading branch information
findkim and lornasong authored May 18, 2020
1 parent 240c700 commit 3745fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func CheckConsulVersions(versions []string) error {
}

// NewConsulVersionError returns an error detailing the version compatibility
// issue between ESM and Consul severs.
// issue between ESM and Consul servers.
func NewConsulVersionError(consulVersions []string) error {
versions := strings.Join(consulVersions, ", ")
return fmt.Errorf(versionErrorTmpl, GetHumanVersion(), versions)
Expand Down

0 comments on commit 3745fc9

Please sign in to comment.