Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
leecalcote authored Dec 9, 2021
1 parent 368531b commit 39f3916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var clusterID *string = nil
// 1. If MeshSync is running out of cluster then the function will return
// an empty string
// 2. Function caches the cluster ID whenever it is invoked for the first time
// assuming that the cluster ID cannot and will not change thoughout MeshSync's
// assuming that the cluster ID cannot and will not change throughout MeshSync's
// lifecycle
func GetClusterID() string {
if clusterID != nil {
Expand Down

0 comments on commit 39f3916

Please sign in to comment.