Skip to content

Commit

Permalink
fix the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer committed Apr 20, 2023
1 parent fece53c commit f42b1de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
sort.Sort(sort.Reverse(sort.StringSlice(cev.EnvoyVersions)))

ceVersions := consulEnvoyVersions{
ConsulVersion: string(cVersion),
ConsulVersion: cVersion,
EnvoyVersions: cev.EnvoyVersions,
}
output, err := json.Marshal(ceVersions)
Expand Down

0 comments on commit f42b1de

Please sign in to comment.