Skip to content

Commit

Permalink
chore: remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomaraschini committed Nov 6, 2024
1 parent 03a92ae commit d9806e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ec/lint.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ func checkIfECVersionExists(version string) (*EmbeddedClusterVersion, bool, erro
rwMutex.RUnlock()

if found {
// if it is cached then it is not a pre-release.
return &ecVersion, true, nil
}

Expand Down

0 comments on commit d9806e7

Please sign in to comment.